From f17fbfec4d4fa7da15a117b3da9eba6bc13dc1bd Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 5 Apr 2020 00:33:29 +0200 Subject: [PATCH] Update docs/conf --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e0a01116e1..bf43600cb2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,9 +82,9 @@ html_theme = 'alabaster' html_static_path = ['_static'] # Custom extras for sidebar -html_sidebars = {'**': - [ - "versioning.html" +html_sidebars = { + '**': [ + "versioning.html" ] } @@ -95,7 +95,7 @@ smv_outputdir_format = "versions" + sep + "{config.release}" # dynamic setup -github_doc_root = "https://github.com/evennia/evennia-docs/" +github_doc_root = "https://github.com/evennia/tree/master/docs/" def setup(app): # recommonmark setup app.add_config_value('recommonmark_config', {