File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 133
133
# The theme to use for HTML and HTML Help pages. See the documentation for
134
134
# a list of builtin themes.
135
135
#
136
- html_theme = 'alabaster'
137
- if on_rtd :
138
- html_theme = 'sphinx_rtd_theme'
136
+ # html_theme = 'alabaster'
137
+ # if on_rtd:
138
+ # 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 ()]
139
144
140
145
# Theme options are theme-specific and customize the look and feel of a theme
141
146
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change
1
+ # Docs template
2
+ https://github.com/graphql-python/graphene-python.org/archive/docs.zip
You can’t perform that action at this time.
0 commit comments