Closed AdrianDAlessandro closed 2 weeks ago
Pytest checks the docs folder when looking for tests, this runs gen_ref_nav.py and create the API reference files, which should be avoided.
gen_ref_nav.py
Fixes #145
python -m pytest
python -m sphinx -b html docs docs/build
pre-commit run --all-files
Description
Pytest checks the docs folder when looking for tests, this runs
gen_ref_nav.py
and create the API reference files, which should be avoided.Fixes #145
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks