diff --git a/source/conf.py b/source/conf.py index 7537cd8e..5ab18856 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 }