From 37870481f8ed1f2d96788cbd27df203a8a8f4105 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Tue, 29 Jan 2019 12:46:17 -0800 Subject: [PATCH] changed branch to rtd-theme from master --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 5ab18856..21c4a37f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -124,7 +124,7 @@ html_context = { "display_github": True, # Integrate GitHub "github_user": "clearlinux", # Username "github_repo": "clear-linux-documentation", # Repo name - "github_version": "master", # Version + "github_version": "rtd-theme", # Version "conf_py_path": "/source/", # Path in the checkout to the docs root }