Once again fight RTD to install the package
This commit is contained in:
parent
c2301c9ec4
commit
28d8086f1a
@ -6,11 +6,3 @@ build:
|
|||||||
sphinx:
|
sphinx:
|
||||||
configuration: documentation/source/conf.py
|
configuration: documentation/source/conf.py
|
||||||
fail_on_warning: true
|
fail_on_warning: true
|
||||||
|
|
||||||
python:
|
|
||||||
version: 3.7
|
|
||||||
install:
|
|
||||||
- method: pip
|
|
||||||
path: .
|
|
||||||
extra_requirements:
|
|
||||||
- docs
|
|
||||||
|
@ -6,3 +6,4 @@ master_doc = 'index'
|
|||||||
project = 'hypercore-crypto'
|
project = 'hypercore-crypto'
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|
||||||
|
autodoc_mock_imports = ['pysodium'] # no libsodium in the RTD environment
|
||||||
|
Loading…
Reference in New Issue
Block a user