We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f96e2c commit 1972d6bCopy full SHA for 1972d6b
MANIFEST.in
@@ -19,5 +19,5 @@
19
#
20
21
recursive-include dragonfly/examples *.py
22
-include dragonfly/documentation/*
23
-exclude dragonfly/documentation/.svn*
+include documentation/*
+exclude .git*
setup.cfg
@@ -3,5 +3,3 @@ source-dir = documentation
3
build-dir = documentation/build
4
all_files = 1
5
6
-[upload_sphinx]
7
-upload-dir = documentation/build/html
0 commit comments