https://github.com/jwodder/sphinx-bug-20220618
Demonstration of a bug in Sphinx
https://github.com/jwodder/sphinx-bug-20220618
bug-reproduction python sphinx
Last synced: about 1 year ago
JSON representation
Demonstration of a bug in Sphinx
- Host: GitHub
- URL: https://github.com/jwodder/sphinx-bug-20220618
- Owner: jwodder
- License: mit
- Created: 2022-06-18T20:24:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T20:31:26.000Z (about 4 years ago)
- Last Synced: 2025-06-21T15:05:47.712Z (about 1 year ago)
- Topics: bug-reproduction, python, sphinx
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
This is a demonstration of a bug in Sphinx regarding Intersphinx function &
method references not resolving when the ``py:obj`` role is used and the
function/method name has parentheses appended.
See for the corresponding
bug report.