summarylogtreecommitdiffstats
path: root/sphinx2.patch
diff options
context:
space:
mode:
authorjakbyte2020-04-04 11:27:57 -0400
committerjakbyte2020-04-04 11:27:57 -0400
commit77c6cfa3e2f42a214b67e0b85532415f323878b1 (patch)
treedb53cd67fe86d1d68c7b72847a338f0a2d0ca848 /sphinx2.patch
downloadaur-77c6cfa3e2f42a214b67e0b85532415f323878b1.tar.gz
Initial commit
Diffstat (limited to 'sphinx2.patch')
-rw-r--r--sphinx2.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sphinx2.patch b/sphinx2.patch
new file mode 100644
index 000000000000..46d637f579d7
--- /dev/null
+++ b/sphinx2.patch
@@ -0,0 +1,13 @@
+diff --git a/docs/conf.py b/docs/conf.py
+index 62404b275..b5a3cdc68 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -134,7 +134,7 @@ html_last_updated_fmt = '%Y-%m-%d'
+ #html_use_smartypants = True
+
+ # Custom sidebar templates, maps document names to template names.
+-html_sidebars = {'index': 'indexsidebar.html'}
++html_sidebars = {'index': ['localtoc.html', 'relations.html', 'sourcelink.html', 'indexsidebar.html', 'searchbox.html']}
+
+ # Additional templates that should be rendered to pages, maps page names to
+ # template names. \ No newline at end of file