mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Set branch whitelist
This commit is contained in:
parent
f7bde74360
commit
ef506f0da6
1 changed files with 3 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ copyright = '2020, The Evennia developer community'
|
|||
author = 'The Evennia developer community'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.9'
|
||||
release = '0.9.1'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
|
@ -140,7 +140,8 @@ html_theme = 'alabaster'
|
|||
# sphinx-multiversion config
|
||||
|
||||
smv_tag_whitelist = r"^$"
|
||||
smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
||||
# smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
||||
smv_branch_whitelist = r"^master$|^v1.0$"
|
||||
smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue