We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e671f commit 98cac99Copy full SHA for 98cac99
source/conf.py
@@ -52,7 +52,7 @@
52
# The theme to use for HTML and HTML Help pages. See the documentation for
53
# a list of builtin themes.
54
#
55
-html_theme = "alabaster"
+html_theme = "sphinx_rtd_theme"
56
57
# Add any paths that contain custom static files (such as style sheets) here,
58
# relative to this directory. They are copied after the builtin static files,
@@ -63,3 +63,10 @@
63
".rst": "restructuredtext",
64
".md": "markdown",
65
}
66
+
67
+html_context = {
68
+ 'display_github': True,
69
+ 'github_user': 'python-ed-open-doc',
70
+ 'github_repo': 'python-starter-guide',
71
+ 'github_version': 'main/source/',
72
+}
0 commit comments