-
Hi everyone,
As the creator of sphinxcontrib-mermaid, I’ve been thrilled to see the project widely adopted by the community. Unfortunately, I’m no longer able to be as responsive or dedicate the at…
-
Throughout the package, we have references to various papers, books, etc. These are largely formatted as links. Instead, we should manage these references with a BibTeX file and the [`sphinxcontrib-bi…
-
- https://github.com/watertap-org/parameter-sweep/actions/runs/11936898790/job/33271628726?pr=17
- Only affects dev installation
- Cannot be reproduced locally
- My best guess at this time is that …
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
### Top-level intent
I've tried building the current master documentation. It fails with this error:
[make_html.txt](https://github.com/user-attachments/files/17777517/make_html.txt)
I've tried the…
-
When I run the hello world example as described [here](https://opm.github.io/pyopmspe11/examples.html#hello-world) the simulation finishes without error, but produces a number of warnings during the r…
-
### Describe the bug
For our [project](https://github.com/SUSE/osc-tiny), we have both the `autodoc` and `viewcode` extensions enabled, and the project makes heavy use of `lxml`.
When building t…
-
### Describe the bug
Trying to upgrade Firefox doc to version 8.1.2, I am getting this exception. it could be catch to provide a better error message.
I guess it is because a file is missing
```
…
-
### Describe the bug
When building documentation for Django using sphinx_book_theme, an IndexError: pop from empty list occurs in the depart_table function of a custom extension (djangodocs.py). The …
-
### Describe the bug
```
class AlgoDeliverEnum(IntEnum):
"""
Algorithm Deliver Enum.
"""
DeliverWhite = 0
DeliverBlack = 1
DeliverGray = 2
```
/xxxxxx/AlgoDeliver…