| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-31 | 1.7 kB | |
| Sphinx 9.1.0 source code.tar.gz | 2025-12-31 | 8.8 MB | |
| Sphinx 9.1.0 source code.zip | 2025-12-31 | 9.7 MB | |
| Totals: 3 Items | 18.6 MB | 25 | |
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Dependencies
- [#14153]: Drop Python 3.11 support.
- [#12555]: Drop Docutils 0.20 support. Patch by Adam Turner
Features added
- Add
add_static_dir()for copying static assets from extensions to the build output. Patch by Jared Dillard
Bugs fixed
- [#14189]: autodoc: Fix duplicate
:no-index-entry:for modules. Patch by Adam Turner - [#13713]: Fix compatibility with MyST-Parser. Patch by Adam Turner
- Fix tests for Python 3.15. Patch by Adam Turner
- [#14089]: autodoc: Fix default option parsing. Patch by Adam Turner
- Remove incorrect static typing assertions. Patch by Adam Turner
- [#14050]: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
- LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
- [#14228]: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
- [#14207]: Fix creating
HTMLThemeFactoryobjects in third-party extensions. Patch by Adam Turner - [#3099]: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
- [#14064]: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
- [#14089]: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
- LaTeX: Fix accidental removal at
3.5.0(#8854) of the documentation ofliteralblockcapposkey of sphinxsetup. Patch by Jean-François B.