We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee977b commit b3fb3baCopy full SHA for b3fb3ba
1 file changed
sphinx/source/conf.py
@@ -177,3 +177,11 @@
177
# Setup the breathe extension
178
breathe_projects = {"CCF": "../../doxygen/xml"}
179
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