sphinx
sphinx copied to clipboard
The Sphinx documentation generator
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...
### Background As proposed by the GitHub issue selector, I asked [a question on StackOverflow](https://stackoverflow.com/questions/75164714/how-to-create-a-new-document-in-sphinx-docutils-by-api). But still my question is not answered and/or got less attention by people with deep...
**Is your feature request related to a problem? Please describe.** During a HTML build, I need to obtain the list of the compiled (`.md`) source files in order to afterwards...
### Describe the bug Latex file is not updated when using the option numfig = True. ### How to Reproduce The bug can be reproduced with the following bash code:...
**Describe the bug** When I try to render a superscript as part of a toctree, either using the HTML `` tag or the reStructuredText `:sup:`, the built sphinx documentation doesn't...
### Describe the bug I've been using the **intersphinx** extension for a while with good results. However, the remote resource started using different release codenames such that what used to...
Closes #11556. @dbitouze could you check whether the workflow works in production using some fresh project (I don't have any way to test it now).
Subject: sphinx-build needs to expose a build option which only builds the intersphinx object inventory for the specified project. ### Problem Given two projects: {A, B} Given both projects are...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when Sphinx complains about a problem in a docstring, and then doesn't show me said docstring. For...
I have just got the following assertion: ``` Exception occurred: File "/home/andrea/.local/lib/python3.4/site-packages/sphinx/writers/html.py", line 210, in visit_reference assert len(node) == 1 and isinstance(node[0], nodes.image) AssertionError The full traceback has been saved...