diff options
-rw-r--r-- | docs/api/_static/.gitkeep | 0 | ||||
-rw-r--r-- | docs/api/_templates/.gitkeep | 0 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/_static/.gitkeep b/docs/api/_static/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/api/_static/.gitkeep diff --git a/docs/api/_templates/.gitkeep b/docs/api/_templates/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/api/_templates/.gitkeep @@ -16,7 +16,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -b html docs/api/ docs/api/_build +commands = sphinx-build -W -b html docs/api/ docs/api/_build [testenv:pep8] basepython = python2.7 |