Revert to usual RTD configuration

Not working still but nothing we can do about it.

Will need to raise an issue about this.
This commit is contained in:
Luke Murphy 2019-10-05 22:11:28 +02:00
parent 766cd2d4a6
commit c2301c9ec4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
sphinx-autodoc-typehints >= 1.6.0, < 2.0