Skip to content

Commit

Permalink
Edit on GitHub (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Nov 4, 2019
1 parent 7ee977b commit b3fb3ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,11 @@
# Setup the breathe extension
breathe_projects = {"CCF": "../../doxygen/xml"}
breathe_default_project = "CCF"

html_context = {
'source_url_prefix': "https://github.com/Microsoft/CCF",
"display_github": True,
"github_user": "Microsoft",
"github_repo": 'CCF',
"github_version": "master/sphinx/source/",
}

0 comments on commit b3fb3ba

Please sign in to comment.