Change conf file

This commit is contained in:
Griatch 2020-04-05 12:32:52 +02:00
parent 8807fccc4d
commit abe82e67f4
2 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,7 @@ clean:
local:
make check-env
make clean
make autodoc-index
make multiversion-build

View file

@ -88,13 +88,16 @@ html_sidebars = {
# sphinx-multiversion config
smv_tag_whitelist = None
smv_tag_whitelist = r""
smv_branch_whitelist = r"^static-file-docs$"
smv_outputdir_format = "versions" + sep + "{config.release}"
# dynamic setup
github_doc_root = "https://github.com/evennia/tree/master/docs/"
def setup(app):
# recommonmark setup
app.add_config_value('recommonmark_config', {