diff options
Diffstat (limited to 'vim/bundle/YouCompleteMe/third_party/pythonfutures/setup.cfg')
-rwxr-xr-x | vim/bundle/YouCompleteMe/third_party/pythonfutures/setup.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/bundle/YouCompleteMe/third_party/pythonfutures/setup.cfg b/vim/bundle/YouCompleteMe/third_party/pythonfutures/setup.cfg new file mode 100755 index 0000000..0a9f4f5 --- /dev/null +++ b/vim/bundle/YouCompleteMe/third_party/pythonfutures/setup.cfg @@ -0,0 +1,6 @@ +[build_sphinx] +source-dir = docs +build-dir = build/sphinx + +[upload_docs] +upload-dir = build/sphinx/html |