Skip to content

Commit

Permalink
Remove deprecated build_sphinx command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed May 14, 2024
1 parent 700e1dd commit 97f7c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ tag_build = dev0

[bdist_wheel]
universal = true

[build_sphinx]
source_dir = docs
build_dir = docs/_build
all_files = true
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands =

[testenv:docs]
extras = docs
commands = python setup.py build_sphinx {posargs}
commands = python -m sphinx -a -d docs/_build/doctrees {posargs} docs docs/_build/html

[pytest]
testpaths = lazy/tests

0 comments on commit 97f7c57

Please sign in to comment.