From ef40baaa845298fcd54b81b104afe64b106e1bd1 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Sat, 10 Aug 2019 23:17:00 +0200 Subject: [PATCH] documentation: bump sphinx version --- doc/conf.py | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 322559b2..aac10ecb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,6 +66,3 @@ html_theme = "sphinx_rtd_theme" # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] - -# Disable contents.rst for forward compatibility -master_doc = "index" diff --git a/requirements.txt b/requirements.txt index 2679b73c..264067ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ sentry_sdk # mysqlclient # For documentation -Sphinx < 2.0 # To ensure compatibility with reathedocs +Sphinx > 2.0 sphinx_rtd_theme