Skip to content

Commit 4723812

Browse files
committed
Allow source link
1 parent 590bc33 commit 4723812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@
6868
# SHOW_NAV_LEVEL: Normally for the left sidebar, deeply nested items are collapsed.
6969
# We can change the defualt maximum depth by changing the nav level
7070
"show_nav_level": 2,
71-
# "navbar_center": ["navbar-nav"],
7271

7372
# LOGO: This determines the text (and icon, if you have one) that you see
7473
# in the upper left-hand corner of the page
7574
"logo": {
7675
"text": "BioTeam Sphinx Demo"
7776
}
7877
}
79-
html_show_sourcelink = False
78+
html_show_sourcelink = True
8079

8180
# Add any paths that contain custom static files (such as style sheets) here,
8281
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)