There was an error while loading. Please reload this page.
1 parent ae23215 commit 3881ee9Copy full SHA for 3881ee9
1 file changed
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