-
```
[WARN] Unknown file extension: ./trino/docs/src/main/sphinx/connector/no-inequality-pushdown-text-type.fragment
[WARN] Unknown file extension: ./trino/docs/src/main/sphinx/security/kerberos-serv…
ebyhr updated
2 years ago
-
### Describe the bug
I am using the napoleon extension for my google-style docstrings. Since the code already has type annotations i do not want to repeat those in the docstring. I found that napol…
-
**Describe the bug**
The generated html contains
```html
x – hello
Note
bye
```
Notice the outer paragraph that comes with `li`, which contains inner paragraphs, that's invalid in html. I…
-
### Describe the bug
While using admonition **warning** in my Sphinx doument, I find that a general sentence with a number of words (so as to be longer than the boundary of the admonition to be accom…
-
### Describe the bug
I made a multi-threaded extension with Futures for the init stage -- works great. However, when it's done and goes to the build stage as normal, **although all futures are reso…
-
### Describe the bug
i'm seeing a build error because `rx.PyDiGraph` cannot be found
### How to Reproduce
see https://github.com/danieleades/sphinx-graph/actions/runs/8684807082/job/23813057033?pr=…
-
Hi,
I want to use this extension in one of my documentation projects, however I came across some issues.
One of them is the usage of a toctree on the generated index pages.
All documents are in…
-
C:\GitHub\imageutils\docs>make singlehtml
Running Sphinx v1.3.1
making output directory...
Extension error:
Could not import extension astropy.sphinx.ext.edit_on_github (exception: No modu
le named s…
-
First of all looks like `pexpect` still is using `distutils` so I would recommend to applybelow patch:
```patch
--- a/setup.py~ 2020-01-17 17:08:15.000000000 +0000
+++ b/setup.py 2021-09-29 00:02:…
-
I cannot use the flag pygments_style when using the sphinx-book-theme.
Here is a minimal example
```python
# conf.py
extensions = ['myst_parser']
html_theme='sphinx_book_theme'
pygments_style…