From b636b5f7b9f52b0a4a6cfa84c0ad5161a80ecf16 Mon Sep 17 00:00:00 2001 From: Daniel Gallagher Date: Sun, 27 May 2018 20:43:38 -0700 Subject: [PATCH] Fix erroneous isort moving comment to the top of file --- docs/conf.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bb385227..ccb5305d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,11 +1,4 @@ import os - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -# html_theme = 'alabaster' -# if on_rtd: -# html_theme = 'sphinx_rtd_theme' import sphinx_graphene_theme on_rtd = os.environ.get('READTHEDOCS', None) == 'True' @@ -138,6 +131,12 @@ todo_include_todos = True # -- Options for HTML output ---------------------------------------------- +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +# +# html_theme = 'alabaster' +# if on_rtd: +# html_theme = 'sphinx_rtd_theme' html_theme = "sphinx_graphene_theme"