To include the CHANGELOG.md file in your Sphinx documentation, you can use the m2r2 extension to convert the Markdown file to reStructuredText format, which Sphinx can process.
First, install the m2r2 package by adding it to your pyproject.toml file:
[build-system]
requires = [
# ... other dependencies ...
"m2r2"
]