We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suppress_warnings
Despite adding 'ref.term' to suppress_warnings in my conf.py sphinx build still throws:
'ref.term'
conf.py
WARNING: duplicate term description of ..., other instance in ...
I have narrowed down this to:
sphinx/sphinx/domains/std/__init__.py
Line 663 in b458850
a.rst
b.rst
Platform: darwin; (macOS-15.1.1-arm64-arm-64bit-Mach-O) Python version: 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.3)]) Python implementation: CPython Sphinx version: 8.1.3 Docutils version: 0.21.2 Jinja2 version: 3.1.4 Pygments version: 2.18.0
Sphinx 8.1.3 sphinx-rtd-theme 3.0.2 sphinxcontrib-applehelp 2.0.0 sphinxcontrib-devhelp 2.0.0 sphinxcontrib-htmlhelp 2.1.0 sphinxcontrib-jquery 4.1 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 2.0.0 sphinxcontrib-serializinghtml 2.0.0
### Sphinx extensions Doesn't matter ### Additional context _No response_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Despite adding
'ref.term'
tosuppress_warnings
in myconf.py
sphinx build still throws:I have narrowed down this to:
sphinx/sphinx/domains/std/__init__.py
Line 663 in b458850
How to Reproduce
'ref.term'
tosuppress_warnings
in yourconf.py
a.rst
andb.rst
Environment Information
The text was updated successfully, but these errors were encountered: