mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Changes to deploy mechanism
This commit is contained in:
parent
f2dc22b22f
commit
269fc3b1bc
3 changed files with 13 additions and 5 deletions
|
|
@ -142,7 +142,7 @@ html_theme = 'alabaster'
|
|||
smv_tag_whitelist = r"^$"
|
||||
# smv_branch_whitelist = r"^static-file-docs$|^static-file-dev$"
|
||||
smv_branch_whitelist = r"^master$|^v1.0$"
|
||||
smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||
smv_outputdir_format = "{config.release}"
|
||||
|
||||
|
||||
# recommonmark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue