Browse Source

docs: Add sphinx-multiversion to list of extensions

Jan Holthuis 5 years ago
parent
commit
0188686d0f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/conf.py

+ 3 - 1
docs/conf.py

@@ -12,4 +12,6 @@ html_last_updated_fmt = "%c"
 master_doc = "index"
 pygments_style = "friendly"
 templates_path = ["_templates"]
-extensions = []
+extensions = [
+    "sphinx_multiversion",
+]