We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c71f2 commit 75b2a62Copy full SHA for 75b2a62
MANIFEST.in
@@ -1,5 +1,5 @@
1
include setup.py
2
include distribute_setup.py
3
include tests/*
4
-recursive-include virtualenvwrapper *.html *.txt *.css *.js *.png
5
-recursive-include docs *.rst
+recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
+
Makefile
@@ -31,9 +31,7 @@ sdist: html
31
# Documentation
32
.PHONY: html
33
html:
34
- rm -rf virtualenvwrapper/docs
35
(cd docs && $(MAKE) html SPHINXOPTS="-c sphinx/pkg")
36
- cp -r docs/build/html virtualenvwrapper/docs
37
38
# Website copy of documentation
39
.PHONY: website
0 commit comments