Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4646238

Browse files
committed
DEV: rip doctesting from refguide-check
1 parent c4c5bf0 commit 4646238

2 files changed

Lines changed: 2 additions & 578 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,10 @@ jobs:
9595
# destination: neps
9696

9797
- run:
98-
name: run doctests on documentation
98+
name: run refguide-check
9999
command: |
100100
. 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
101+
python tools/refguide_check.py -v
106102
107103
- persist_to_workspace:
108104
root: ~/repo

0 commit comments

Comments
 (0)