diff --git a/setup.cfg b/setup.cfg index e960dbc..8c9bdea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,7 @@ tag_build = dev [build_sphinx] source-dir = docs/ build-dir = docs/build -all_files = 1 \ No newline at end of file +all_files = 1 + +[upload_sphinx] +upload-dir = docs/build/html