-
On testing other `sphinx-reredirects` module I found some warnings whcih seems are related to `pytest-black` code
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-sphinx-reredirects-…
-
### Describe the bug
**context**
When I create the following Markdown file:
`my-docs.md`
```
## Overview
Here I would like to refer you to the [details](details.md).
```
(there is another …
-
Python doc generation only happens successfully when the bindings have been built. However the current sphinx command doesn't fail when bindings aren't built. This issue is to investigate the right wa…
-
## 🐛 Bug
The `captum.attr.visualization` module is missing the link to its source code. I traced the issue with Sphinx's viewcode extension, and discovered that it gives the following warning.
`…
-
Using jupyter-sphinx pydata-sphinx-theme docs (https://pydata-sphinx-theme.readthedocs.io/en/latest/), I noticed that it gives errors in the browser console related to thebe css/js:
```
/_static/…
-
Used to use epidoc for code documentation, but generating html docs broke some time ago, move to spinx instead - see http://www.sphinx-doc.org
- Setup meta data needed to compile API docs
- Update…
-
It would be pretty handy if the sphinx docs automatically generated content from the jupyter-telemetry event schemas.
Maybe this should even be implemented as a sphinx extension provided by jupyter…
minrk updated
4 years ago
-
With Sphinx you can use custom directives by including it in your conf.py extensions list (https://bitbucket.org/birkenfeld/sphinx/src/52ee02818d19/doc/conf.py).
You put the custom directives in a mo…
-
Sphinx autodoc uses `autodoc_mock_imports` to, well, mock imports.
Trying to mock modules with `MagicMock` causes them to be excluded from the compiled docs, see https://github.com/sphinx-doc/sphi…
-
We use `sphinx-gallery` for rendering thumbnail galleries in the built docs for the Jupyter notebooks, which are in the `docs/source/examples/` folder. This issue describes tasks to add the example sc…