mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
double reqs.txt in rtd.yml
This commit is contained in:
@@ -48,7 +48,7 @@ templates_path = []
|
||||
exclude_patterns = ['_build', '**.ipynb_checkpoints']
|
||||
|
||||
# Mock language_check to stop issues with Sphinx not loading it
|
||||
autodoc_mock_imports = []
|
||||
autodoc_mock_imports = open('../requirements.txt').readlines()
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user