Skip to content

Commit f9b1a1b

Browse files
committed
updates docs
1 parent 18ced4a commit f9b1a1b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ versions](https://img.shields.io/pypi/pyversions/pytest-echo.svg)](https://pypi.
66
[![tests](https://github.com/pytest-dev/pytest-echo/actions/workflows/tests.yml/badge.svg)](https://github.com/pytest-dev/pytest-echo/actions/workflows/tests.yml)
77
[![Downloads](https://static.pepy.tech/badge/pytest-echo/month)](https://pepy.tech/project/pytest-echo)
88
[![Coverage](https://codecov.io/gh/pytest-dev/pytest-echo/branch/develop/graph/badge.svg)](https://codecov.io/gh/pytest-dev/pytest-echo)
9-
[![Documentation](https://github.com/pytest-dev/pytest-echo/actions/workflows/docs.yml/badge.svg)](https://github.com/pytest-dev/pytest-echo/)
9+
[![Documentation](https://github.com/pytest-dev/pytest-echo/actions/workflows/docs.yml/badge.svg)](https://pytest-dev.github.io/pytest-echo/)
1010

1111
Print environment variables, package version and generic attributes,
1212
as they are at the beginning of the test.

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{%
2-
include-markdown '../../readme.md'
2+
include-markdown '../../README.md'
33
%}

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ commands =
5454
mypy --strict tests
5555

5656
[testenv:docs]
57-
description = check that the long description is valid
5857
skip_install = true
5958
commands =
60-
mkdocs build
59+
mkdocs build -d ./docs/output
6160
dependency_groups = docs
6261

6362
[testenv:pkg_meta]

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)