From b1113d020afe2abdd2e86e55125e08fb45a99557 Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 27 Sep 2021 09:38:12 -0600 Subject: [PATCH] Versioning --- source/conf.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/conf.py b/source/conf.py index f5ac275..af7305f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,9 +35,7 @@ templates_path = ['_templates'] # HTML sidebar widgets # html_sidebars = { -# '**': [ -# 'versioning.html', -# ], +# "**": ["versioning.html"], # } # List of patterns, relative to source directory, that match files and @@ -46,10 +44,14 @@ templates_path = ['_templates'] exclude_patterns = [] # Multiversion settings -smv_tag_whitelist = 'None' -smv_prefer_remote_refs = True -# smv_branch_whitelist = master +# smv_tag_whitelist = None +# smv_branch_whitelist = None +# smv_prefer_remote_refs = True +# Versions = { +# "v0.2.x" : "https://github.com/Start9Labs/documentation", +# "v0.3.x" : "https://github.com/Start9Labs/documentation/tree/docs-updates" +# } # -- Options for HTML output -------------------------------------------------