restbuilder
restbuilder copied to clipboard
A Sphinx builder/writer to output reStructuredText (rst) files
I'm trying to package 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. -...
Hello, I know this isn't an issue but I didn't know where to put it. There are a few things I'd like to discuss: - Nested tables, and morerows/morecols support...
just a simple test ``` # index.rst .. image:: _static/foo.png .. figure:: _static/foo.png ``` seems to copy no images in the resulting rst build, and insert no image hyperlinks
Hi, is there any plan to add support for `sphinxcontrib.mermaid`? Currently, if I add restbuilder and mermaid in conf.py: extensions = ['sphinxcontrib.restbuilder', 'sphinxcontrib.mermaid'] And then add a diagram in a...
Hi, I have been having a difficult to interpret error message when compiling a project: writing output... [100%] index Exception occurred: File "C:\ProgramData\Miniconda3\envs\sphinx\lib\site-packages\docutils\nodes.py", line 652, in __getitem__ return self.attributes[key] KeyError:...
The following bits are snipped a few different ways. See links for actual text. I am no reStructuredText expert so hopefully my terms aren't too incorrect, but it seems that...
hi, I am translating rst file to have the sources translated and displayed in the search results excerpts. is it technically possible to implement the row/col spanning cells? Exception occurred:...
In Debian after migration to Python 3.12 the test suite is failing now. ``` dh_auto_test -O--buildsystem=pybuild I: pybuild base:311: cd /build/sphinxcontrib-restbuilder-0.3/.pybuild/cpython3_3.12/build; python3.12 -m pytest tests ====================================================== test session starts ======================================================...