Skip to content

Commit 27c84cc

Browse files
authored
Merge pull request #170 from kayjan/fix-sphinx-conf
Changed: Sphinx documentation theme configuation
2 parents 77a77ae + 9c1386b commit 27c84cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@
7070
"repo_type": "github",
7171
"color_primary": "teal",
7272
"color_accent": "amber",
73-
"logo_icon": "&#xe88a",
74-
"localtoc_label_text": "Contents",
7573
"globaltoc_depth": 2,
7674
"heroes": {
7775
"index": "Tree Implementation and Methods for Python",
7876
},
77+
"logo_icon": "&#xe88a",
78+
"localtoc_label_text": "Contents",
79+
"nav_next_text": "Next",
80+
"nav_previous_text": "Previous",
7981
"version_info": {
8082
version: f"https://bigtree.readthedocs.io/en/{version}"
8183
for version in bigtree.sphinx_versions

0 commit comments

Comments
 (0)