Skip to content

Commit 1cdc383

Browse files
committed
moved navigation buttons to top for Canvas
1 parent 7857d7e commit 1cdc383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3131

3232
html_theme = "sphinx_rtd_theme"
33+
html_theme_options = {
34+
'prev_next_buttons_location': 'top'
35+
}
3336
html_static_path = ['_static']
3437
master_doc = 'index'

0 commit comments

Comments
 (0)