fixed edit with github

This commit is contained in:
Kevin Putnam
2019-01-29 12:42:59 -08:00
parent 5bc82f962c
commit f536c008ee
+2 -2
View File
@@ -122,8 +122,8 @@ html_theme = 'sphinx_rtd_theme'
html_context = {
"display_github": True, # Integrate GitHub
"github_user": "MyUserName", # Username
"github_repo": "MyDoc", # Repo name
"github_user": "clearlinux", # Username
"github_repo": "clear-linux-documentation", # Repo name
"github_version": "master", # Version
"conf_py_path": "/source/", # Path in the checkout to the docs root
}