Extensions for Sphinx which allow for substitutions.
Project description
Sphinx Substitution Extensions
Extensions for Sphinx which allow substitutions.
Installation
$ pip install Sphinx-Substitution-Extensions
This supports Python 3.8+.
Setup
Add the following to conf.py:
# sphinx-prompt must be the first of these two.
extensions += ['sphinx-prompt', 'sphinx_substitution_extensions']
Set the following variable in conf.py:
rst_prolog = """
.. |release| replace:: 0.1
.. |author| replace:: Eleanor
"""
This will replace |release| in the new directives with 0.1, and |author| with Eleanor.
Directives
code-block
This adds a :substitutions: option to Sphinx’s built-in code-block directive.
.. code-block:: bash
:substitutions:
echo "|author| released version |release|"
prompt
This adds a :substitutions: option to sphinx-prompt.
.. prompt:: bash
:substitutions:
echo "|author| released version |release|"
Inline :substitution-code:
:substitution-code:`echo "|author| released version |release|"`
Credits
ClusterHQ Developers
This package is largely inspired by code written for Flocker by ClusterHQ. Developers of the relevant code include, at least, Jon Giddy and Tom Prince.
Contributing
See CONTRIBUTING.rst.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Sphinx Substitution Extensions-2020.5.27.0.tar.gz
.
File metadata
- Download URL: Sphinx Substitution Extensions-2020.5.27.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 636a4d54f4e698181a77cfc609533b7987b851a8ef15eed35f21d5be42de2819 |
|
MD5 | 07f656f61cba087a8abbf213ee06601d |
|
BLAKE2b-256 | 84af77a272f2eded488b78d067c765d761d0a0c77718877eda268c12b533866c |
File details
Details for the file Sphinx_Substitution_Extensions-2020.5.27.0-py3-none-any.whl
.
File metadata
- Download URL: Sphinx_Substitution_Extensions-2020.5.27.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72ab28f38b32dbe6d419264b7efcd22e890e68bbbe638c134d525bebcfc44b59 |
|
MD5 | 0b7dab6fb52ea50059218fd0c157e6a5 |
|
BLAKE2b-256 | 2aabee1a8e56d6d3739fe16631a3045ed2aa9fa47a2aa8689f04e287fefd78c4 |