mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add back version var used by Sphinx
This commit is contained in:
parent
44ca6f6e69
commit
6e503e9b7c
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ previous_release_dir = os.environ.get(
|
|||
next_release = "" # next release
|
||||
next_release_dir = "" # path on web server for next release branch
|
||||
|
||||
# Sphinx variable
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-version
|
||||
version = latest_release
|
||||
|
||||
today = ""
|
||||
copyright = ""
|
||||
if on_saltstack:
|
||||
|
|
Loading…
Add table
Reference in a new issue