diff --git a/doc/rst/source/conf.py b/doc/rst/source/conf.py index 4c0fbd89..98742c77 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'