Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c5bf0 commit 4646238Copy full SHA for 4646238
2 files changed
.circleci/config.yml
@@ -95,14 +95,10 @@ jobs:
95
# destination: neps
96
97
- run:
98
- name: run doctests on documentation
+ name: run refguide-check
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
+ python tools/refguide_check.py -v
106
107
- persist_to_workspace:
108
root: ~/repo
0 commit comments