File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1010# add these directories to sys.path here. If the directory is relative to the
1111# documentation root, use os.path.abspath to make it absolute, like shown here.
1212#
13- # import os
13+ import os
1414# import sys
1515# sys.path.insert(0, os.path.abspath('.'))
1616
5858#
5959html_theme = 'sphinx_rtd_theme'
6060
61+ # Display "Edit on GitHub"
62+ html_context = {
63+ 'display_github' : True ,
64+ 'github_user' : 'ghostbsd' ,
65+ 'github_repo' : 'documentation' ,
66+ 'github_version' : 'main/' ,
67+ }
68+
6169# Add any paths that contain custom static files (such as style sheets) here,
6270# relative to this directory. They are copied after the builtin static files,
6371# so a file named "default.css" will overwrite the builtin "default.css".
You can’t perform that action at this time.
0 commit comments