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:
parent
766cd2d4a6
commit
c2301c9ec4
@ -8,6 +8,9 @@ sphinx:
|
|||||||
fail_on_warning: true
|
fail_on_warning: true
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
version: 3.7
|
||||||
install:
|
install:
|
||||||
- requirements: rtd.txt
|
- method: pip
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- docs
|
||||||
|
@ -6,4 +6,3 @@ 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