Sphinx 8.2.0 #13361
Pinned
AA-Turner
announced in
Project Announcements
Sphinx 8.2.0
#13361
Replies: 1 comment
-
Thanks for the work @AA-Turner et al |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sphinx 8.2 has been released and can be found on PyPI.
Sphinx 8.2 is a stable release with several new features and many bug-fixes. See the detailed changelog or the tracking issue for further information. Hightlights include:
py:deco
role to cross-reference decorator functions and methods in the Python domain.sphinx.ext.autodoc
extension now uses.pyi
type stub files to auto-document Python extension modules.intersphinx_resolve_self
option, useful for projects that inherit or reuse docstrings.To install this release, run
pip install Sphinx==8.2.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