Skip to content

Commit

Permalink
DOC: Mock rdkit when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Beek committed Dec 2, 2021
1 parent 084398b commit cde8954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@
# Defaults to False.
napoleon_use_admonition_for_references = True

# This value contains a list of modules to be mocked up.
# This is useful when some external dependencies are not met at build time and break the building
# process. You may only specify the root package of the dependencies themselves and
# omit the sub-modules:
autodoc_mock_imports = ["rdkit"]

# A string of reStructuredText that will be included at the end of every source file that is read.
# This is a possible place to add substitutions that should be available in every file (another being rst_prolog).
Expand Down

0 comments on commit cde8954

Please sign in to comment.