sphinx-substitution-extensions
                                
                                 sphinx-substitution-extensions copied to clipboard
                                
                                    sphinx-substitution-extensions copied to clipboard
                            
                            
                            
                        Extensions for Sphinx which allow substitutions
See https://stackoverflow.com/questions/39677049/use-environment-variable-in-python-sphinx-image-directive.
I'd like to be able to be able to make a substitution in an external hyperlink. For example I'd like to be able to create a link to a specific...
Thanks for a great extension. In many cases, I combine include and replacement as follow upgrade.4.0-to-4.1.rst ``` .. |SRC_VERSION| replace:: 4.0 .. |NEW_VERSION| replace:: 4.1 .. include:: /upgrade/_common/upgrade-guide-v2-rpm.rst ``` upgrade.4.1-to-4.2.rst...
I'm working on a document where many code blocks need substitutions -- is there any way I could enable them in code blocks by default, and use smth like `:nosubstitutions:`...