Skip to content

Commit

Permalink
Merge pull request #422 from UCL-CCS/dpc/further-doc-fixes
Browse files Browse the repository at this point in the history
add some more libraries to autodoc_mock_imports
  • Loading branch information
djgroen authored Jul 1, 2024
2 parents 8a7aadd + 4e94fca commit e74eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from sphinx.ext.apidoc import main as apidoc_main
apidoc_main(["--force", "-o", "./_autodoc", "../../easyvvuq"])

autodoc_mock_imports = ['dill', 'SALib']
autodoc_mock_imports = ['dill', 'SALib', 'cerberus', 'chaospy', 'scipy', 'qcg', 'kubernetes', 'dask', 'sqlalchemy', 'numpoly', 'sklearn']

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e74eed2

Please sign in to comment.