Mock up pysodium on RTD

This commit is contained in:
Luke Murphy
2019-10-05 22:00:10 +02:00
parent e876e7f9c9
commit 4545f60526

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