mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-16 19:40:39 +03:00
Remove rtfd theming.
This commit is contained in:
parent
67c4310c78
commit
d7731972a7
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import sphinx_graphene_theme
|
# import sphinx_graphene_theme
|
||||||
|
|
||||||
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
||||||
|
|
||||||
|
@ -137,9 +137,9 @@ todo_include_todos = True
|
||||||
# if on_rtd:
|
# if on_rtd:
|
||||||
# html_theme = 'sphinx_rtd_theme'
|
# html_theme = 'sphinx_rtd_theme'
|
||||||
|
|
||||||
html_theme = "sphinx_graphene_theme"
|
# html_theme = "sphinx_graphene_theme"
|
||||||
|
|
||||||
html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
|
# 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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Required library
|
# Required library
|
||||||
Sphinx==1.5.3
|
Sphinx==1.5.3
|
||||||
# Docs template
|
# Docs template
|
||||||
http://graphene-python.org/sphinx_graphene_theme.zip
|
# http://graphene-python.org/sphinx_graphene_theme.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user