We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a30f7 commit 46cd025Copy full SHA for 46cd025
docs/conf.py
@@ -133,9 +133,14 @@
133
# The theme to use for HTML and HTML Help pages. See the documentation for
134
# a list of builtin themes.
135
#
136
-html_theme = 'alabaster'
137
-if on_rtd:
138
- html_theme = 'sphinx_rtd_theme'
+# html_theme = 'alabaster'
+# if on_rtd:
+# html_theme = 'sphinx_rtd_theme'
139
+import sphinx_graphene_theme
140
+
141
+html_theme = "sphinx_graphene_theme"
142
143
+html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
144
145
# Theme options are theme-specific and customize the look and feel of a theme
146
# further. For a list of options available for each theme, see the
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+# Docs template
2
+https://github.com/graphql-python/graphene-python.org/archive/docs.zip
0 commit comments