Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
vishesh92 wants to merge 1 commit into apache:main
base: main
Choose a base branch
Loading
from shapeblue:update-python-dependencies

Conversation

@vishesh92
Copy link
Member

@vishesh92 vishesh92 commented Dec 29, 2025
edited
Loading

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:

  • Removed the sphinx.ext.autodoc, sphinx.ext.doctest, and sphinx.ext.intersphinx extensions from the extensions list in source/conf.py.
  • Deleted the intersphinx_mapping configuration, since the sphinx.ext.intersphinx extension is no longer used.

Copy link

Copilot AI left a 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.

Comment on lines +1 to +5
docutils==0.21.2
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.5
Jinja2==3.1.6
Copy link
Contributor

@DaanHoogland DaanHoogland Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to go for

Suggested change
docutils==0.21.2
Sphinx==8.2.3
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.5
Jinja2==3.1.6
docutils==0.20.1
Sphinx==7.1.2
sphinx-rtd-theme==3.0.2
readthedocs-sphinx-ext==2.2.5
Jinja2==3.1.6

on mac :( , but hey, at least I found a working combination again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@DaanHoogland DaanHoogland DaanHoogland left review comments

Copilot code review Copilot Copilot left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /