sphinx
sphinx copied to clipboard
The Sphinx documentation generator
### Describe the bug When I build Sphinx' own documentation locally, and search for `example`, search results look like this:  Only if I go to browser console and...
### Describe the bug Theme error: [123] An error happened in rendering the page _autosummary/. [124] Reason: ValueError('too many values to unpack (expected 3)') ### How to Reproduce (To be...
### Describe the bug When creating documentation with Sphinx as described in section 'How to Reproduce' then a bug occurs as indicated in the screenshot below. Detailed bug report see...
### Describe the bug Changelog says 5.2.0 (development), but it is released ### How to Reproduce Changelog says 5.2.0 (development), but it is released ### Expected behavior Changelog says 5.2.0...
### Describe the bug Sphinx 5.2.0 broke unyt's docs, see https://github.com/yt-project/unyt/issues/274 ``` Warning, treated as error: /home/runner/work/unyt/unyt/docs/index.rst:17:Pygments lexer name 'pycon3' is not known ERROR: InvocationError for command /home/runner/work/unyt/unyt/.tox/py38-docs/bin/python -m sphinx...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
### Feature or Bugfix - Refactoring ### Purpose We provide a `path2doc` helper to convert filenames to their equivalent "docnames". However, we do this translation manually in a few places....