From c2301c9ec4279f34e361e782696426a51062e407 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 5 Oct 2019 22:11:28 +0200 Subject: [PATCH] Revert to usual RTD configuration Not working still but nothing we can do about it. Will need to raise an issue about this. --- .readthedocs.yml | 9 ++++++--- documentation/source/conf.py | 1 - rtd.txt | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 rtd.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index bdd185b..b796095 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,9 @@ sphinx: fail_on_warning: true python: - version: 3.7 - install: - - requirements: rtd.txt + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - docs diff --git a/documentation/source/conf.py b/documentation/source/conf.py index b468f64..362ac8f 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -6,4 +6,3 @@ master_doc = 'index' project = 'hypercore-crypto' templates_path = ['_templates'] extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints'] -autodoc_mock_imports = ['pysodium'] # no libsodium in the RTD environment diff --git a/rtd.txt b/rtd.txt deleted file mode 100644 index 9870699..0000000 --- a/rtd.txt +++ /dev/null @@ -1 +0,0 @@ -sphinx-autodoc-typehints >= 1.6.0, < 2.0