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

Currently, Sphinx includes [the `hlist` directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-hlist) which produces a bulleted list split into multiple columns. [Internally](https://github.com/sphinx-doc/sphinx/blob/8effd151b9d705a6d4830feb709584fdc26d6046/sphinx/directives/other.py#L278-L285), it splits the list up into as many equal-sized pieces as there are columns....

type:enhancement
builder:html

This project is making admirable progress towards a fully type-annotated code base. The tutorials/examples are *not* type annotated, and in fact fail a `mypy` run. We should set a good...

enhancement

### Describe the bug When a python class attribute has a type annotation, the generated documentation will show the fully qualified class name, even with `autodoc_typehints_format = 'short'`. Example: ```...

bug
autodoc

### Describe the bug unknown extra arguments. It reports 11 positional arguments given, but I only found 10. In [custom extension quickstart.py](https://github.com/Ares-Developers/Ares-docs/blob/tagroles/exts/quickstart.py),line 38~40 ` ad = make_admonition(quickstart, self.name, ['Quickstart'], self.options,...

bug

### Describe the bug Pull request #10520 introduced a regression in the display of the Table of Content of the `agogo` theme. The `agogo` sample can be seen here: https://sphinx-themes.org/sample-sites/default-agogo/...

bug
html theme

I would like to use field lists to describe function parameters in my library's documentation. Unfortunately the first character in the field name is automatically capitalised, which makes it not...

enhancement
extensions

Subject: Make toctree accept 'genindex', 'modindex' and 'search' docnames ### Feature or Bugfix Bugfix ### Relates Fixes #8438

**Is your feature request related to a problem? Please describe.** When the setting above is present and enabled, the build documentation presents multiple entries for ov erloaded function signature: ![Code_7hPM5g2RLm](https://user-images.githubusercontent.com/16031716/163714868-2a0bb6b1-5ecf-4361-b9b4-8612c8d6d65e.png)...

enhancement

**Is your feature request related to a problem? Please describe.** PEP 613 introduces a new type to help with static type checking called `TypeAlias`. It's expected to be released in...

enhancement
autodoc

**Use Case:** We are generating alternate documents from a "master" document using conditional compiling (.. ifconfig ::). We also have to manage multiple translations out from those "alternate" documents. It...

enhancement