mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Updated docs theme
This commit is contained in:
parent
c9a30f7139
commit
46cd025835
11
docs/conf.py
11
docs/conf.py
|
@ -133,9 +133,14 @@ todo_include_todos = True
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
html_theme = 'alabaster'
|
# html_theme = 'alabaster'
|
||||||
if on_rtd:
|
# if on_rtd:
|
||||||
html_theme = 'sphinx_rtd_theme'
|
# html_theme = 'sphinx_rtd_theme'
|
||||||
|
import sphinx_graphene_theme
|
||||||
|
|
||||||
|
html_theme = "sphinx_graphene_theme"
|
||||||
|
|
||||||
|
html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
|
|
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Docs template
|
||||||
|
https://github.com/graphql-python/graphene-python.org/archive/docs.zip
|
Loading…
Reference in New Issue
Block a user