aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f16664cb..dc4cfd97 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,10 @@ release = egg_info -RDb ''
source = register sdist binary
binary = bdist_egg upload --show-response
+[build_sphinx]
+source-dir = docs/
+build-dir = docs/build
+all_files = 1
+
[upload_docs]
upload-dir = docs/build/html \ No newline at end of file