diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..6a7b3d9 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,10 @@ +[build_sphinx] +source-dir = doc/ +build-dir = doc/build +all_files = 1 + +[upload_sphinx] +upload-dir = doc/build/html + +# python setup.py build_sphinx +# python setup.py upload_sphinx