Skip to content

Commit

Permalink
Update Sphinx/sphinx-rtd-theme to 8.1.2 and 3.0.1, respectively (#17285)
Browse files Browse the repository at this point in the history
Closes #17284

Summary of the issue:
NVDA project is using outdated Sphinx and sphinx-rtd-theme dependency.

Description of user facing changes
None

Description of development approach
Updated Sphinx and sphinx-rtd-theme to 8.1.2 and 3.0.1, respectively (did the latter first to ensure latest compatible Sphinx is picked up).
  • Loading branch information
josephsl authored Oct 14, 2024
1 parent 72a1110 commit e01caee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ mdx-gh-links==0.4
nh3==0.2.18

# For building developer documentation
sphinx==7.2.6
sphinx_rtd_theme==1.3.0
sphinx==8.1.2
sphinx_rtd_theme==3.0.1

# Requirements for automated linting
ruff==0.6.3
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Add-ons will need to be re-tested and have their manifest updated.
* Updated Ruff to 0.6.3. (#17102)
* Updated Comtypes to 1.4.6. (#17061, @LeonarddeR)
* Updated wxPython to 4.2.2. (#17181, @dpy013)
* Updated sphinx to 8.1.2 and sphinx-rtd-theme to 3.0.1. (#17284, @josephsl)
* `ui.browseableMessage` may now be called with options to present a button for copying to clipboard, and/or a button for closing the window. (#17018, @XLTechie)
* Several additions to identify link types (#16994, @LeonarddeR, @nvdaes)
* A new `utils.urlUtils` module with different functions to determine link types
Expand Down

0 comments on commit e01caee

Please sign in to comment.