Skip to content

Commit 5cb0987

Browse files
authored
Merge pull request #3532 from bsipocz/MAINT_adding_all_deps_to_docsbuild
MAINT: installing all dependencies for docs build
2 parents ae23215 + 3881ee9 commit 5cb0987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ commands = flake8 astroquery --count
8686
[testenv:build_docs]
8787
changedir = {toxinidir}/docs
8888
description = Building the narrative and API docs
89-
extras = docs
89+
extras = docs, all
9090
commands =
9191
python -m pip freeze
9292
sphinx-build -W . _build/html
@@ -95,7 +95,7 @@ commands =
9595
[testenv:linkcheck]
9696
changedir = {toxinidir}/docs
9797
description = check the links in the HTML docs
98-
extras = docs
98+
extras = docs, all
9999
commands =
100100
python -m pip freeze
101101
sphinx-build -W --keep-going -b linkcheck . _build/html

0 commit comments

Comments
 (0)