Skip to content

Commit 048d66a

Browse files
nejchJohnVillalovos
authored andcommitted
docs: drop deprecated setuptools build_sphinx
1 parent 06871ee commit 048d66a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ per-file-ignores =
8383

8484
[testenv:docs]
8585
deps = -r{toxinidir}/requirements-docs.txt
86-
commands = python setup.py build_sphinx
86+
commands = sphinx-build -W --keep-going -b html docs build/sphinx/html
8787

8888
[testenv:cover]
8989
commands =

0 commit comments

Comments
 (0)