-
### What version of `myst-parser` are you using?
2.0.0
### What version dependencies are you using?
Sphinx 7.2.6
### What operating system are you using?
Windows
### Describe the Bug
Anchor lin…
-
I think this PR is still relevant.
Migrated from https://github.com/ipython/nbconvert/issues/54
Original author @cdeil
---
Could you please write some documentation on how to best convert and integ…
-
PyTorch uses sphinx to build [pytorch docs](https://pytorch.org/docs/stable/index.html), [torch audio docs](https://pytorch.org/audio/), [torch text docs](https://pytorch.org/text), [torch vision docs…
-
With autodoc (`.. automodule:: ...`),
```python
if sys.version_info < (3, 8, 0):
from typing_extensions import Literal # this line
else:
from typing import Literal
```
causes "expected…
-
**Describe the bug**
The specification for the included directive from https://docutils.sourceforge.io/docs/ref/rst/directives.html states
> The "include" directive reads a text file. The directi…
-
### Describe the bug
**context**
I have built a site with jupyter-book successfully. Now I want to use the features of `sphinx-book-theme` so I migrate from jupyter-book to sphinx.
I use the gene…
-
Documenting task parameters like
``` python
@task(help={'param1': 'Documentation for this parameter.',
'param2': 'Documentation for that parameter.'})
def example(param1, param2):
"""…
-
### Describe the bug
When the user adds an event handler for `autodoc-skip-member` what they want to know is whose member is being skipped or kept. It's impossible to know this information if `self.o…
wvxvw updated
9 months ago
-
We generate API docs for bazel build language objects which include a doc field (such as rules, providers, and aspects) or have a docstring set by convention (modules, functions); but we do not docume…
-
- The Sphinx Extension started in a SciPy 2011 sprint, not presentation.
- At the end, you should put some kind of "thanks to" page that lists the other authors of SymPy Live and SymPy Gamma.