Fix erroneous isort moving comment to the top of file

This commit is contained in:
Daniel Gallagher 2018-05-27 20:43:38 -07:00
parent 8cab8d3d21
commit b636b5f7b9

View File

@ -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"