File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 towncrier build --version $VERSION --yes
6969 ./tools/ci/test_all_newsfragments_used.py
7070
71- - run :
72- name : run doctests on documentation
73- command : |
74- . venv/bin/activate
75- # Note: keep these two checks separate, because they seem to
76- # influence each other through changing global state (e.g., via
77- # `np.polynomial.set_default_printstyle`)
78- python tools/refguide_check.py --rst
79- python tools/refguide_check.py --doctests
80-
8171 - run :
8272 name : build devdocs w/ref warnings
8373 command : |
@@ -104,6 +94,16 @@ jobs:
10494 path : doc/neps/_build/html/
10595 # destination: neps
10696
97+ - run :
98+ name : run doctests on documentation
99+ command : |
100+ . venv/bin/activate
101+ # Note: keep these two checks separate, because they seem to
102+ # influence each other through changing global state (e.g., via
103+ # `np.polynomial.set_default_printstyle`)
104+ python tools/refguide_check.py --rst
105+ python tools/refguide_check.py --doctests
106+
107107 - persist_to_workspace :
108108 root : ~/repo
109109 paths :
You can’t perform that action at this time.
0 commit comments