Skip to content

Commit ee9dad8

Browse files
committed
- Do not add the documentation in the source distribution.
- Remove make targets doc-pdf and doc-dist.
1 parent 0591f2c commit ee9dad8

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

MANIFEST.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ include LICENSE.txt
33
include MANIFEST.in
44
include README.rst
55
include doc/examples/*.py
6-
include doc/html/*.html
7-
include doc/html/*.js
8-
include doc/html/_static/*
9-
include doc/html/objects.inv
106
include python2_6.patch
117
include tests/conftest.py
128
include tests/pytest.ini

Makefile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@ build:
88
test: build
99
PYTHONPATH=$(BUILDDIR)/lib $(PYTHON) -m pytest tests
1010

11-
sdist: python2_6.patch .gitrevision doc-html
11+
sdist: python2_6.patch .gitrevision
1212
$(PYTHON) setup.py sdist
1313

1414
doc-html:
1515
$(MAKE) -C doc html
1616

17-
doc-pdf:
18-
$(MAKE) -C doc latexpdf
19-
20-
doc-dist: doc-html
21-
mkdir -p dist
22-
cd doc/html; zip -r ../../dist/doc.zip *
23-
2417

2518
clean:
2619
rm -f *~ tests/*~
@@ -45,4 +38,4 @@ python2_6.patch:
4538
-- . ':(exclude).travis.yml' > $@
4639

4740

48-
.PHONY: build test sdist doc-html doc-pdf doc-dist clean distclean .gitrevision
41+
.PHONY: build test sdist doc-html clean distclean .gitrevision

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ that were introduced in Python 2.7.
6262
Documentation
6363
-------------
6464

65-
The directory doc/html in the source distribution contains the
66-
documentation in HTML form generated by Sphinx. The starting point is
67-
doc/html/index.html. The documentation can also be found online at
65+
The documentation can be found at
6866

6967
https://pytest-dependency.readthedocs.io/
7068

0 commit comments

Comments
 (0)