File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 7171
7272html_theme = 'sphinx_rtd_theme'
7373html_theme_options = {
74- 'logo_only' : False , # True will show just the logo
75-
74+ 'logo_only' : False ,
7675 }
7776html_theme_path = ["../.." ]
7877# html_logo = "logo/pyms.png"
7978html_show_sourcelink = False # True will show link to source
8079
8180html_context = {
82- # Github Settings
83- "display_github" : True , # Integrate GitHub
84- "github_user" : "domdfcoding" , # Username
85- "github_repo" : "domdf_python_tools" , # Repo name
86- "github_version" : "master" , # Version
87- "conf_py_path" : "/" , # Path in the checkout to the docs root
81+ 'display_github' : True ,
82+ 'github_user' : 'domdfcoding' ,
83+ 'github_repo' : 'domdf_python_tools' ,
84+ 'github_version' : 'master' ,
85+ 'conf_py_path' : '/' ,
8886 }
8987
9088htmlhelp_basename = slug
You can’t perform that action at this time.
0 commit comments