diff --git a/docs/conf.py b/docs/conf.py index b86163ed..aa564d11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,13 +3,6 @@ import os import sys -try: - import furo # noqa - - has_furo_theme = True -except ImportError: - has_furo_theme = False - PATCHWORK_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) sys.path.insert(0, PATCHWORK_DIR) @@ -58,5 +51,4 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -if has_furo_theme: - html_theme = 'furo' +html_theme = 'sphinx_rtd_theme' diff --git a/docs/requirements.txt b/docs/requirements.txt index 9c844cf2..0c625b78 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx reno -furo +sphinx_rtd_theme>=2.0.0rc2 jinja2 sphinxcontrib-openapi