Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix sphinx build (#663)
Browse files Browse the repository at this point in the history
* Try

* Try

* Fixes
  • Loading branch information
ethanwharris authored Aug 16, 2021
1 parent fac7727 commit 1348e80
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 @@ -162,7 +162,7 @@ def _package_list_from_file(pfile):
"pytorch-tabnet": "pytorch_tabnet",
"pyDeprecate": "deprecate",
}
MOCK_PACKAGES = []
MOCK_PACKAGES = ["numpy", "PyYAML", "tqdm"]
if SPHINX_MOCK_REQUIREMENTS:
# mock also base packages when we are on RTD since we don't install them there
MOCK_PACKAGES += _package_list_from_file(os.path.join(_PATH_ROOT, "requirements.txt"))
Expand Down

0 comments on commit 1348e80

Please sign in to comment.