Mock up pysodium on RTD

This commit is contained in:
Luke Murphy 2019-10-05 22:00:10 +02:00
parent e876e7f9c9
commit 4545f60526
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

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