Skip to content

Commit 7655b4d

Browse files
committed
Move readme to readme entirely
Signed-off-by: Bernát Gábor <[email protected]>
1 parent dbfa33b commit 7655b4d

File tree

8 files changed

+1
-122
lines changed

8 files changed

+1
-122
lines changed

doc/README.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc/conf.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

doc/index.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/static/custom.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

doc/static/favicon.png

-9.6 KB
Binary file not shown.

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = pytest_print
33
description = pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
url = https://pytest-print.readthedocs.io/en/latest/
6+
url = https://github.com/pytest-dev/pytest-print#pytest-print
77
author = Bernat Gabor
88
maintainer = Bernat Gabor
99
maintainer_email = [email protected]
@@ -49,8 +49,6 @@ zip_safe = True
4949
pytest11 = pytest_print = pytest_print
5050

5151
[options.extras_require]
52-
docs =
53-
Sphinx>=3
5452
test =
5553
coverage>=5
5654
pytest>=4

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ envlist =
1010
pypy3
1111
pypy
1212
coverage
13-
docs
1413
pkg_desc
1514
isolated_build = true
1615
skip_missing_interpreters = true
@@ -81,14 +80,6 @@ depends =
8180
pypy3
8281
pypy
8382

84-
[testenv:docs]
85-
description = invoke sphinx-build to build the HTML docs, check that URIs are valid
86-
basepython = python3.9
87-
extras =
88-
docs
89-
commands =
90-
sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_out" --color -W -bhtml
91-
9283
[testenv:pkg_desc]
9384
description = check that the long description is valid
9485
basepython = python3.9
@@ -106,7 +97,6 @@ description = generate a DEV environment
10697
basepython = python3.9
10798
usedevelop = true
10899
extras =
109-
docs
110100
test
111101
commands =
112102
python -m pip list --format=columns

0 commit comments

Comments
 (0)