Set up multi-version branch whitelist
This commit is contained in:
parent
b0c0613699
commit
c50c66a349
1 changed files with 5 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ copyright = '2020, The Evennia developer community'
|
||||||
author = 'The Evennia developer community'
|
author = 'The Evennia developer community'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.9'
|
release = '1.0-dev'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -140,7 +140,10 @@ html_theme = 'alabaster'
|
||||||
# sphinx-multiversion config
|
# sphinx-multiversion config
|
||||||
|
|
||||||
smv_tag_whitelist = r"^$"
|
smv_tag_whitelist = r"^$"
|
||||||
smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
smv_branch_whitelist = r"^master$|^develop$"
|
||||||
|
# which branches to include in multi-version docs
|
||||||
|
# - master, develop and vX.X branches
|
||||||
|
smv_branch_whitelist = r"^master$|^develop$|^v[0-9\.]+?$"
|
||||||
smv_outputdir_format = "versions" + sep + "{config.release}"
|
smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue