Skip to content

Commit

Permalink
Merge 70cd95d into a8d47d2
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthS007 committed Sep 29, 2020
2 parents a8d47d2 + 70cd95d commit 545e206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Expand Up @@ -54,6 +54,9 @@
"sphinxcontrib.redoc",
]

# Autodoc mocking to fix ReadTheDocs builds missing system dependencies
autodoc_mock_imports = ["gssapi", "paramiko", "paramiko[gssapi]"]

redoc = [
{
"page": "_static/api",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -4,4 +4,4 @@
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

-e .[all]
-e .[docs]
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,6 +32,7 @@
"sphinxcontrib-redoc>=1.5.1",
],
"tests": tests_require,
"ssh": ["paramiko[gssapi]>=2.6.0"]
}

extras_require["all"] = []
Expand All @@ -54,7 +55,6 @@
"reana-db>=0.8.0a1,<0.9.0",
"htcondor==8.9.7",
"retrying>=1.3.3",
"paramiko[gssapi]>=2.6.0",
]

packages = find_packages()
Expand Down

0 comments on commit 545e206

Please sign in to comment.