summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-09 22:07:08 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-10 11:58:36 -0500
commit76a443cf165d1fd522d3ae7b7224f873298f0e13 (patch)
treef490e05379996467b29564b92fd79c3a8e9cdca9 /tox.ini
parent86f648582f2c0cd666d71472f1694102526a9b04 (diff)
downloadpymemcache-76a443cf165d1fd522d3ae7b7224f873298f0e13.tar.gz
Use sphinxcontrib-apidoc to simplify apidoc usage for readthedocs builds
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 40c3e12..e549a38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,8 +34,7 @@ commands =
[testenv:docs]
commands =
pip install -r docs-requirements.txt
- sphinx-apidoc -o docs/apidoc/ pymemcache
- sphinx-build -b html docs/ docs/_build
+ sphinx-build -b html docs/ docs/_build/html
[testenv:venv]
commands = {posargs}