pytest-dev / pytest-asyncio

Asyncio support for pytest
https://pytest-asyncio.readthedocs.io
Apache License 2.0
1.43k stars 152 forks source link

Unify documentation build process for local and CI environment #917

Closed seifertm closed 3 months ago

seifertm commented 3 months ago

Currently, the documentation can be built locally using tox run -e docs or as part of the CI via readthedocs. However, the build processes are different. This makes it hard to reproduce readthedocs builds locally.

The goal of this issue is to have the same build process for docs, both locally and in the CI.

see https://github.com/pytest-dev/pytest-asyncio/pull/912

ka28kumar commented 3 months ago

Hello @seifertm , I'm the author of #912, can I take this up? Would be a good introduction to using ReadTheDocs and CI pipelines.

seifertm commented 3 months ago

@ka28kumar I'm afraid another contributor already submitted a PR that will close this issue. Do you have interest to work on any other pytest-asyncio issue?

ka28kumar commented 3 months ago

Hello @seifertm I'm looking at other issues as well. No worries, I'll be here helping out with this project.