Revert "No longer run setup.py in docs builds"
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index daef9a3..d57c0d7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -50,6 +50,7 @@ deps =
     -r{toxinidir}/doc/requirements.txt
 commands =
     rm -fr doc/build
+    python setup.py sdist
     sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
 usedevelop = False