From a3880678a477df1b07aac3fcc425f56fbfea13df Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Fri, 10 Sep 2021 08:40:52 -0400 Subject: [PATCH] Fix sphinx link to github --- doc/rst/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/source/conf.py b/doc/rst/source/conf.py index 4c0fbd89f..98742c774 100755 --- a/doc/rst/source/conf.py +++ b/doc/rst/source/conf.py @@ -112,7 +112,7 @@ # Theme options html_theme_options = { 'repository_url': 'https://github.com/oneapi-src/oneCCL', - 'path_to_docs': 'doc/source', + 'path_to_docs': 'doc/rst/source', 'use_issues_button': True, 'use_edit_page_button': True, 'repository_branch': 'master'