Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Sep 25, 2023
1 parent 7d0605f commit e607b51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ allowlist_externals =
rm
sh
touch
mkdir
passenv = *

[testenv:test]
Expand Down Expand Up @@ -82,14 +83,15 @@ commands =
sh -c "cd {toxworkdir}/cpython && git checkout 3.11"
touch {toxworkdir}/cpython/Lib/__init__.py
rm -rf {toxworkdir}/cpython-output
mkdir {toxworkdir}/cpython-output
sh -c "pydoctor \
--docformat=restructuredtext \
--project-base-dir={toxworkdir}/cpython \
--html-output={toxworkdir}/cpython-output \
; the sidebar is making the build time two times longer for the cpython docs,
; so we just skip it.
--no-sidebar \
{toxworkdir}/cpython/Lib | tee {toxworkdir}/cpython-summary-output/run.log"
{toxworkdir}/cpython/Lib | tee {toxworkdir}/cpython-output/run.log"
pytest -vv docs/tests/test_standard_library_docs.py

[testenv:numpy-apidocs]
Expand Down

0 comments on commit e607b51

Please sign in to comment.