Skip to content

Commit d7867d3

Browse files
committed
Updated files using git_helper
1 parent 3039619 commit d7867d3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc-source/conf.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,18 @@
7171

7272
html_theme = 'sphinx_rtd_theme'
7373
html_theme_options = {
74-
'logo_only': False, # True will show just the logo
75-
74+
'logo_only': False,
7675
}
7776
html_theme_path = ["../.."]
7877
# html_logo = "logo/pyms.png"
7978
html_show_sourcelink = False # True will show link to source
8079

8180
html_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

9088
htmlhelp_basename = slug

0 commit comments

Comments
 (0)