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

### Describe the bug When I build Sphinx' own documentation locally, and search for `example`, search results look like this: ![Screenshot 1](https://user-images.githubusercontent.com/1381584/192156464-a4d60702-bffd-4ad3-8dae-fa2bc520fa10.png) Only if I go to browser console and...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

i18n

### 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....