chios is a collection of Sphinx extensions named after the Greek island Chios, whose symbol was the Sphinx.
Full documentation: https://kallimachos.github.io/chios/
Install chios using pip
:
$ pip install chios
Enables inline bold + italic text styling using a bolditalic
role:
The end of this sentence :bolditalic:`displays in bold and italic`.
Enables code blocks from remote sources using a remote-code-block
directive:
.. remote-code-block:: ini https://example.com/rawsource.ini
Enables RST file inclusion from remote sources using a remote-include
directive:
.. remote-include:: https://example.com/rawsource.rst