Skip to content

Commit

Permalink
Merge pull request #76 from jcapiitao/update_sphinx
Browse files Browse the repository at this point in the history
Use sphinx-build command to generate doc
  • Loading branch information
mergify[bot] authored Jul 18, 2023
2 parents e0f5ad4 + cecd971 commit f96087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ ignore = E203,E501,W503,E231,A003,D101,D102,D103,D104,D105,D107,A003,D100

[testenv:docs]
deps = sphinx
commands = python setup.py build_sphinx
commands = sphinx-build -b html doc/source doc/build/html

0 comments on commit f96087f

Please sign in to comment.