2019-08-07 06:31:30 +00:00
|
|
|
author = 'decentral1se'
|
|
|
|
copyright = '2019, decentral1se'
|
|
|
|
html_static_path = ['_static']
|
2019-11-03 15:44:42 +00:00
|
|
|
html_theme = 'sphinx_rtd_theme'
|
2019-08-07 06:31:30 +00:00
|
|
|
master_doc = 'index'
|
|
|
|
project = 'hypercore-crypto'
|
|
|
|
templates_path = ['_templates']
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
|
2019-10-05 20:14:00 +00:00
|
|
|
autodoc_mock_imports = ['pysodium'] # no libsodium in the RTD environment
|