We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590bc33 commit 4723812Copy full SHA for 4723812
docs/conf.py
@@ -68,15 +68,14 @@
68
# SHOW_NAV_LEVEL: Normally for the left sidebar, deeply nested items are collapsed.
69
# We can change the defualt maximum depth by changing the nav level
70
"show_nav_level": 2,
71
-# "navbar_center": ["navbar-nav"],
72
73
# LOGO: This determines the text (and icon, if you have one) that you see
74
# in the upper left-hand corner of the page
75
"logo": {
76
"text": "BioTeam Sphinx Demo"
77
}
78
79
-html_show_sourcelink = False
+html_show_sourcelink = True
80
81
# Add any paths that contain custom static files (such as style sheets) here,
82
# relative to this directory. They are copied after the builtin static files,
0 commit comments