Skip to content

Commit b3fb3ba

Browse files
authored
Edit on GitHub (#514)
1 parent 7ee977b commit b3fb3ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sphinx/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,11 @@
177177
# Setup the breathe extension
178178
breathe_projects = {"CCF": "../../doxygen/xml"}
179179
breathe_default_project = "CCF"
180+
181+
html_context = {
182+
'source_url_prefix': "https://github.com/Microsoft/CCF",
183+
"display_github": True,
184+
"github_user": "Microsoft",
185+
"github_repo": 'CCF',
186+
"github_version": "master/sphinx/source/",
187+
}

0 commit comments

Comments
 (0)