-
Notifications
You must be signed in to change notification settings - Fork 120
Update python dependencies #613
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates Python documentation dependencies to their latest versions and removes unused Sphinx extensions from the configuration. The changes streamline the documentation build setup by eliminating unnecessary extensions while keeping the build environment current.
- Updated five Python packages to newer versions (docutils, Sphinx, sphinx-rtd-theme, and Jinja2)
- Removed three unused Sphinx extensions (autodoc, doctest, intersphinx) and their related configuration
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements.txt | Updated dependency versions: docutils 0.20.1→0.21.2, Sphinx 7.2.6→8.2.3, sphinx-rtd-theme 2.0.0→3.0.2, Jinja2 3.1.5→3.1.6 |
| source/conf.py | Removed unused Sphinx extensions (autodoc, doctest, intersphinx) and associated intersphinx_mapping configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to go for
on mac :( , but hey, at least I found a working combination again.
Uh oh!
There was an error while loading. Please reload this page.
This pull request simplifies the Sphinx documentation configuration by removing some unused extensions and their related settings. The focus is on streamlining the documentation build process.
Removed Sphinx extensions and related configuration:
sphinx.ext.autodoc,sphinx.ext.doctest, andsphinx.ext.intersphinxextensions from theextensionslist insource/conf.py.intersphinx_mappingconfiguration, since thesphinx.ext.intersphinxextension is no longer used.