From 555df042f2ca9ea0924a672aa45228bb579cab0a Mon Sep 17 00:00:00 2001 From: changeling Date: Mon, 10 Jun 2019 14:57:45 -0500 Subject: [PATCH] Remove rtd theming. --- docs/conf.py | 6 +++--- docs/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 26becbc2..159bdb81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ import os -import sphinx_graphene_theme +# import sphinx_graphene_theme on_rtd = os.environ.get("READTHEDOCS", None) == "True" @@ -139,9 +139,9 @@ todo_include_todos = True # if on_rtd: # 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 # further. For a list of options available for each theme, see the diff --git a/docs/requirements.txt b/docs/requirements.txt index dcc40312..5d7b7bee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ Sphinx==1.5.3 sphinx-autobuild==0.7.1 # Docs template -http://graphene-python.org/sphinx_graphene_theme.zip +# http://graphene-python.org/sphinx_graphene_theme.zip