-
The docs build takes forever to run. rstcheck is a fast way of checking if the docs are actually written in the correct format to be compileable by sphinx.
cc @svekars @brycebortree @ezyang
-
Add project documentation for the user based on the docs/requerimientos.txt file used as a starting point, the diagrams found in docs/flujos folder and the current implementation of the backend (model…
-
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…
-
following #314
There are three stages of doc generation, each currently done manually.
1. `autogenerate-bloqs-notebooks.py` takes a list of `Bloq` objects and writes stub notebooks and refreshe…
-
texinfo is the native documentation format to emacs. sphinx can output texinfo. we should use that.
CC: stakemorii@gmail.com @hivert
Component: **documentation**
Keywords: **Sphinx**
Author: …
-
### Describe the bug
**context**
When I add a comment, either HTML or % style, inside a grid element that uses cards, I get a confusing build warning from Sphinx.
**expectation**
I expected a cl…
-
### Describe the bug
With the `sphinx.ext.autosectionlabel` extension installed, it automatically generates references to sections in pages. You would typically reference this section by the followin…
-
As discussed with @jwilde-tenstorrent , we will be transferring docs and styling ownership to the docs team. Their publishing model is:
- building our assets as Markdown (https://pypi.org/project/s…
-
#### Question about pandera
We use pandera where I work for our dataframe schema. We also use sphinx to generate docs for our python libraries. Unfortunately, the documentation for pandera.pandera.…
-
```
In our SciPy 2011 tutorial (github.com/mattpap/scipy-2011-tutorial), we used several Sphinx extensions that we should use in our docs. Among these are:
sphinx.ext.intersphinx: Lets you link to o…