From f536c008eebb70e022da9c4ba052f157bee18004 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Tue, 29 Jan 2019 12:42:59 -0800 Subject: [PATCH] fixed edit with github --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }