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 e437058 commit b80493aCopy full SHA for b80493a
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
146
# Theme options are theme-specific and customize the look and feel of a theme
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