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
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: rtd.txt
|
||||
version: 3.7
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user