Skip to content

Commit de57ddc

Browse files
authored
Merge pull request #144 from Open-STEM/fixing-tools-references
moved navigation buttons to top for Canvas
2 parents c1de0c9 + 1cdc383 commit de57ddc

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)