Update docs/conf

This commit is contained in:
Griatch 2020-04-05 00:33:29 +02:00
parent cde7752c3e
commit f17fbfec4d

View file

@ -82,9 +82,9 @@ html_theme = 'alabaster'
html_static_path = ['_static'] html_static_path = ['_static']
# Custom extras for sidebar # Custom extras for sidebar
html_sidebars = {'**': html_sidebars = {
[ '**': [
"versioning.html" "versioning.html"
] ]
} }
@ -95,7 +95,7 @@ smv_outputdir_format = "versions" + sep + "{config.release}"
# dynamic setup # dynamic setup
github_doc_root = "https://github.com/evennia/evennia-docs/" github_doc_root = "https://github.com/evennia/tree/master/docs/"
def setup(app): def setup(app):
# recommonmark setup # recommonmark setup
app.add_config_value('recommonmark_config', { app.add_config_value('recommonmark_config', {