We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef7d2 commit b60375cCopy full SHA for b60375c
1 file changed
src/conf.py
@@ -182,6 +182,13 @@
182
183
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
184
html_theme_options = {"collapse_navigation": False, "navigation_depth": 4}
185
+ html_context = {
186
+ "display_github": True,
187
+ "github_user": "ActivityWatch",
188
+ "github_repo": "docs",
189
+ "github_version": "master",
190
+ "conf_py_path": "/src/",
191
+ }
192
using_rtd_theme = True
193
194
# The name for this set of Sphinx documents.
0 commit comments