sphinx-substitution-extensions:Sphinx的扩展,允许替换

时间:2024-03-14 22:45:48
【文件属性】:

文件名称:sphinx-substitution-extensions:Sphinx的扩展,允许替换

文件大小:26KB

文件格式:ZIP

更新时间:2024-03-14 22:45:48

sphinx-extension Python

Sphinx的扩展允许替换。 内容 $ pip install Sphinx-Substitution-Extensions 这支持Python 3.8+。 将以下内容添加到conf.py : # sphinx-prompt must be the first of these two. extensions += [ 'sphinx-prompt' , 'sphinx_substitution_extensions' ] 在conf.py设置以下变量: rst_prolog = """ .. |release| replace:: 0.1 .. |author| replace:: Eleanor """ 这将代替|release| 在带有0.1的新指令中,并且|author| 与Eleanor 。 这为Sphinx的内置指令添加了:substitutions:选项。 .


【文件预览】:
sphinx-substitution-extensions-master
----MANIFEST.in(229B)
----README.rst(2KB)
----CONTRIBUTING.rst(2KB)
----.gitattributes(32B)
----admin()
--------release.py(3KB)
--------release.sh(340B)
--------__init__.py(21B)
--------custom_linters.py(546B)
----.github()
--------dependabot.yml(106B)
--------workflows()
----CHANGELOG.rst(1KB)
----src()
--------sphinx_substitution_extensions()
----lint.mk(1KB)
----setup-requirements.txt(54B)
----requirements.txt(128B)
----LICENSE(11KB)
----codecov.yaml(192B)
----setup.cfg(2KB)
----setup.py(863B)
----Makefile(779B)
----sample()
--------source()
----tests()
--------__init__.py(46B)
--------test_substitution_extensions.py(13KB)
----.gitignore(1KB)
----dev-requirements.txt(329B)
----spelling_private_dict.txt(63B)
----pyproject.toml(4KB)
----.git_archival.txt(26B)

网友评论