Sphinx 8.1.0 #12999
Replies: 3 comments 4 replies
-
document is referenced in multiple toctrees:With 8.1.0, I am now getting multiple lines from the "checking consistency" output, of the form:
I don't see these messages with 8.0.2 or earlier. I see them whether I'm building I think this is related to the latex changes in 8.1.0, because there is a latex_documents = [
("docs/pdf", ...),
] I tried coming up with a simple reproducer, but didn't succeed yet, so I'm reporting here, instead of in an issue. If you want me to open an issue, I'd be happy to. The project in question is https://github.com/adafruit/circuitpython. It has a top-level |
Beta Was this translation helpful? Give feedback.
-
Sphinx 8.1.1 has been released with two small bug fixes. A |
Beta Was this translation helpful? Give feedback.
-
Appears to be an issue with autodoc's |
Beta Was this translation helpful? Give feedback.
-
Sphinx 8.1 has been released and can be found on PyPI.
Sphinx 8.1 is a stable release with several new features and many bug-fixes. See the detailed changelog or the tracking issue for further information.
To install this release, run
pip install Sphinx==8.1.0
Should you encounter any issues, please write here or on GitHub issues with further detail.
Adam
Beta Was this translation helpful? Give feedback.
All reactions