Browse Source

Added setup.cfg with options for build_sphinx + upload_sphinx

Ask Solem 15 years ago
parent
commit
a6bb0481ad
1 changed files with 7 additions and 0 deletions
  1. 7 0
      setup.cfg

+ 7 - 0
setup.cfg

@@ -0,0 +1,7 @@
+[build_sphinx]
+source-dir = docs/
+build-dir = docs/.build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = docs/.build/html