File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ include LICENSE.txt
3
3
include MANIFEST.in
4
4
include README.rst
5
5
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
10
6
include python2_6.patch
11
7
include tests/conftest.py
12
8
include tests/pytest.ini
Original file line number Diff line number Diff line change 8
8
test : build
9
9
PYTHONPATH=$(BUILDDIR ) /lib $(PYTHON ) -m pytest tests
10
10
11
- sdist : python2_6.patch .gitrevision doc-html
11
+ sdist : python2_6.patch .gitrevision
12
12
$(PYTHON ) setup.py sdist
13
13
14
14
doc-html :
15
15
$(MAKE ) -C doc html
16
16
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
-
24
17
25
18
clean :
26
19
rm -f * ~ tests/* ~
@@ -45,4 +38,4 @@ python2_6.patch:
45
38
-- . ' :(exclude).travis.yml' > $@
46
39
47
40
48
- .PHONY : build test sdist doc-html doc-pdf doc-dist clean distclean .gitrevision
41
+ .PHONY : build test sdist doc-html clean distclean .gitrevision
Original file line number Diff line number Diff line change @@ -62,9 +62,7 @@ that were introduced in Python 2.7.
62
62
Documentation
63
63
-------------
64
64
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
68
66
69
67
https://pytest-dependency.readthedocs.io/
70
68
You can’t perform that action at this time.
0 commit comments