We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae23215 + 3881ee9 commit 5cb0987Copy full SHA for 5cb0987
tox.ini
@@ -86,7 +86,7 @@ commands = flake8 astroquery --count
86
[testenv:build_docs]
87
changedir = {toxinidir}/docs
88
description = Building the narrative and API docs
89
-extras = docs
+extras = docs, all
90
commands =
91
python -m pip freeze
92
sphinx-build -W . _build/html
@@ -95,7 +95,7 @@ commands =
95
[testenv:linkcheck]
96
97
description = check the links in the HTML docs
98
99
100
101
sphinx-build -W --keep-going -b linkcheck . _build/html
0 commit comments