Skip to content

Commit

Permalink
change sphinx command in run-tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Nov 24, 2023
1 parent dd83b57 commit 535307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run_alltests(python='python', fast=False, skip_setup=False):
'{python} -m {pycodestyle} postpic --statistics --count --show-source '
'--ignore=W391,E123,E226,E24,W504 --max-line-length=99',
'{python} -m nose2 -B']
cmdo = ['{python} setup.py build_sphinx',
cmdo = ['make -C doc/ html',
'{python} ' + os.path.join('examples', 'simpleexample.py'),
'{python} ' + os.path.join('examples', 'particleshapedemo.py'),
'{python} ' + os.path.join('examples', 'time_cythonfunctions.py'),
Expand Down

0 comments on commit 535307a

Please sign in to comment.