sphinx icon indicating copy to clipboard operation
sphinx copied to clipboard

The Sphinx documentation generator

Results 596 sphinx issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug Pytest is failing in tests/test_util_inspect.py with error message about missing `_testcapi` module. Second fail is in `tests/test_ext_math.py::test_imgmath_svg` unit. ### How to Reproduce I'm builing all my...

bug
help wanted
extensions

xref https://github.com/sphinx-doc/sphinx/pull/10562#discussion_r901065801 A

domains:py

Fixes #10480 This is a larger change, so delaying until 5.2.0 to allow time for review. I also need to update the tests for the new output. ### Feature or...

autodoc

### Describe the bug On my display I see this ![Capture d’écran 2022-07-20 à 21 33 02](https://user-images.githubusercontent.com/2589111/180067047-c718018b-fa16-4f78-b72a-e1fb14464de1.png) on visiting https://www.sphinx-doc.org/en/master/usage/configuration.html ### How to Reproduce Visit https://www.sphinx-doc.org/en/master/usage/configuration.html with master at least...

bug
docs

### Describe the bug Saying `Foo = NewType(...)` stored `Foo` as `data` and not as `class`. When using `Foo` in a type annotation, `sphinx` searches for it with the `objtypes`...

bug
autodoc

### Describe the bug Consider the following Python module: File `mymodule/__init__.py`: ``` """ Module mymodule. * Reference to method Base.meth_base: :meth:`mymodule.Base.meth_base`. * Reference to inherited method A.meth_base: :meth:`mymodule.A.meth_base`. - does...

bug

### Context Right now, reStructuredText has fairly basic support for page-level metadata. You supply a key and value, and both are parsed as strings. However, there are many cases where...

enhancement

### Describe the bug When searching with an exact match of a (sub)title, the result should be shown at the very top. Example: https://www.sphinx-doc.org/en/master/search.html?q=More+topics+to+be+covered As seen the result is shown...

bug
html search

### Context The `singlehtml` builder is a way to combine all pages of the HTML documentation into a single HTML file. This is really useful if you want to quickly...

enhancement
help wanted
html

### Describe the bug The issue is similar to https://github.com/sphinx-doc/sphinx/issues/7868 : some error happens, apparently within the jupyter extension, but the error message does not allow to debug further. I...

question
cmdline