Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit ec583ef

Browse files
committed
docs: Change view source to edit on GitHub
Fixes: #514 Signed-off-by: John Andersen <[email protected]>
1 parent 9903f78 commit ec583ef

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/conf.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,17 @@
6969
#
7070
html_theme = "sphinx_rtd_theme"
7171

72-
html_theme_options = {
73-
"description": "The fastest path to machine learning integration",
72+
html_context = {
7473
"github_user": "intel",
7574
"github_repo": "dffml",
76-
"github_button": True,
77-
"travis_button": True,
78-
"codecov_button": True,
75+
"github_version": "master",
76+
"conf_py_path": "/docs/",
77+
"display_github": True
78+
}
79+
80+
html_theme_options = {
81+
"description": "The fastest path to machine learning integration",
82+
"github_url": "https://github.com/intel/dffml/"
7983
}
8084

8185
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)