Przeglądaj źródła

docs: Add sphinx-multiversion to list of extensions

Jan Holthuis 5 lat temu
rodzic
commit
0188686d0f
1 zmienionych plików z 3 dodań i 1 usunięć
  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",
+]