Skip to content

Commit 75b2a62

Browse files
committed
do not include html docs inside virtualenvwrapper dir to avoid conflicts with other packages using that namespace
1 parent a4c71f2 commit 75b2a62

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include setup.py
22
include distribute_setup.py
33
include tests/*
4-
recursive-include virtualenvwrapper *.html *.txt *.css *.js *.png
5-
recursive-include docs *.rst
4+
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
5+

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ sdist: html
3131
# Documentation
3232
.PHONY: html
3333
html:
34-
rm -rf virtualenvwrapper/docs
3534
(cd docs && $(MAKE) html SPHINXOPTS="-c sphinx/pkg")
36-
cp -r docs/build/html virtualenvwrapper/docs
3735

3836
# Website copy of documentation
3937
.PHONY: website

0 commit comments

Comments
 (0)