diff --git a/docs/.gitignore b/docs/.gitignore index 5ccff1a..567609b 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1 @@ -html/ +build/ diff --git a/setup.cfg b/setup.cfg index e1069a2..6af5237 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ find_links = http://www.pylonshq.com/download/ [build_sphinx] source-dir = docs/source -build-dir = docs/html +build-dir = docs/build all_files = 1 [publish]