Skip to content Skip to sidebar Skip to footer
Showing posts with the label Restructuredtext

Get Rid Of "duplicate Label" Warning In Sphinx

In Sphinx I get a ton of warnings like: /PATH/FILENAME:LINE: WARNING: duplicate label LABELNAME, ot… Read more Get Rid Of "duplicate Label" Warning In Sphinx

Sphinx: Use A Different Directive For A Different Output Format

Assume you have a reStructuredText document and want to export it in two formats using Sphinx 2.x: … Read more Sphinx: Use A Different Directive For A Different Output Format

Applying Css And Roles For Text Blocks Instead Of Inline Spans In Sphinx

There is a previous question that explains how to add a color span to some reStructuredText. To rec… Read more Applying Css And Roles For Text Blocks Instead Of Inline Spans In Sphinx

Substitution In Admonitions

How can I do a substitution in an admonition? For example: |p| account .. note:: **Been using… Read more Substitution In Admonitions

Use Sphinx Within A Serverless Model

I am currently using sphinx to automatically generate my documentation site from ReStructuredText f… Read more Use Sphinx Within A Serverless Model

Is 3-space Indentation Required In ReST?

I'm documenting my Python code using Sphinx, and read in the Python developer's guide (and … Read more Is 3-space Indentation Required In ReST?

Substitution In Admonitions

How can I do a substitution in an admonition? For example: |p| account .. note:: **Been using… Read more Substitution In Admonitions