-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Use myst_parser
to include CHANGELOG.md
instead of rst
#245
Conversation
PR Description updated to latest commit (8dedf0b) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
documentation, enhancement
Description
docs/source/conf.py
to enable Markdown support.docs/source/reference/changelog.rst
to use 'CHANGELOG.md' with 'myst_parser'.pyproject.toml
.Changes walkthrough
conf.py
Add 'myst_parser' Extension to Sphinx Configuration
docs/source/conf.py
changelog.rst
Update Changelog Inclusion to Use Markdown
docs/source/reference/changelog.rst
'myst_parser'.
pyproject.toml
Include 'myst_parser' in Optional Documentation Dependencies
pyproject.toml