Skip to content

Commit

Permalink
conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Apr 10, 2023
1 parent 6685190 commit 3b35673
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/sphinx_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
#extensions = []
extensions = ['sphinx_substitution_extensions']
#extensions = ['sphinx.ext.extlinks']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -256,3 +258,14 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

rst_prolog = """
.. |eggver| replace:: |version|
.. |another| replace:: moretext
"""


#rst_epilog = '.. |dlink| replace:: ftp://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-%s.tar.gz' % version
rst_epilog = """
.. |dlink| replace:: ftp://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-%s.tar.gz
""" % (version)

0 comments on commit 3b35673

Please sign in to comment.