Once again fight RTD to install the package

This commit is contained in:
Luke Murphy 2019-10-05 22:14:00 +02:00
parent c2301c9ec4
commit 28d8086f1a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 8 deletions

View File

@ -6,11 +6,3 @@ build:
sphinx:
configuration: documentation/source/conf.py
fail_on_warning: true
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs

View File

@ -6,3 +6,4 @@ 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