We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1de0c9 + 1cdc383 commit de57ddcCopy full SHA for de57ddc
conf.py
@@ -30,5 +30,8 @@
30
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
31
32
html_theme = "sphinx_rtd_theme"
33
+html_theme_options = {
34
+ 'prev_next_buttons_location': 'top'
35
+}
36
html_static_path = ['_static']
37
master_doc = 'index'
0 commit comments