Skip to content

Commit

Permalink
MAINT: remove doctesting from refguide-check
Browse files Browse the repository at this point in the history
Use $ python dev.py smoke-docs and dev.py smoke-tutorial instead
Both ways of running doctests, smoke-docs and refguide-check,
are avaiable in #20127.
  • Loading branch information
ev-br committed Apr 13, 2024
1 parent c0de51d commit 5dd1bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 453 deletions.
3 changes: 1 addition & 2 deletions dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,8 +1217,7 @@ def task_meta(cls, **kwargs):
dirs = Dirs(args)

cmd = [f'{sys.executable}',
str(dirs.root / 'tools' / 'refguide_check.py'),
'--doctests']
str(dirs.root / 'tools' / 'refguide_check.py')]
if args.verbose:
cmd += ['-vvv']
if args.submodule:
Expand Down

0 comments on commit 5dd1bcc

Please sign in to comment.