You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RestructuredText allows for the definitions of "variables" that can then be re-used in all source files throughout the project. We should explore implementing this substitution feature to help with propagating updates or changes throughout our entire docs with a single line change.
RestructuredText allows for the definitions of "variables" that can then be re-used in all source files throughout the project. We should explore implementing this substitution feature to help with propagating updates or changes throughout our entire docs with a single line change.
Possible use for this could be:
Note, Sphinx already include some default substitutions: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#substitutions. These include
release
andversion
that are defined inconf.py
.To define additional ones: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-rst_prolog
The text was updated successfully, but these errors were encountered: