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

**Is your feature request related to a problem? Please describe.** Pages that don't have any section seems to be hard to work with. Also, their HTML `` looks odd (in...

enhancement
help wanted
toctree

It would be nice if hovering over the right side of the header to a glossary entry would expose a link in the same way that Sphinx does for function...

enhancement

### Describe the bug When manually adding `:obj:` or `:class:` to the docstring types, they are no longer formatted as italics. Somehow Sphinx is able to implicitly hyperlink some of...

bug

**Is your feature request related to a problem? Please describe.** With such kind of input: ```rst .. code-block:: :class: red crucial 1+1 ``` the HTML output will contain ```html 1+1...

enhancement

### Feature or Bugfix - Feature - Bugfix - Refactoring ### Purpose Currently, Intersphinx is performing lookups in inventories purely by string comparison. Unfortunately this does not work in general....

type:enhancement
domains:c
domain
internals:refactoring
extensions:intersphinx

### Describe the bug I'm creating a code docu using the docstring included in the code. In the conf.py file the intersphinx extension is included with mapping dicts to numpy,...

bug

### Describe the bug `sphinx-apidoc -M -o modules/pkg pkg` generates files that contain duplicate entries if `pkg.wrapper` is an cpython extension module (.so file). The generated rst file looks like...

bug

### Describe the bug I don't see "Next" or "Previous" links allowing to navigate in an exhaustive way throughout our documentation at https://www.sphinx-doc.org/en/master/ ### How to Reproduce Visit https://www.sphinx-doc.org/en/master/ ###...

bug

It would be useful to have an option that causes Sphinx to automatically create a TOC entry for every function, class, and method. (In the absence of this, tables of...

enhancement
autodoc
toctree

Hi, I have greatly appreciated the improvements in `code-block` and `literalinclude`. I think there is still a functionality that would be nice to add. I think that it should be...