Skip to content

Commit

Permalink
Run doxygen and execution also on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jan 7, 2025
1 parent 2bcb180 commit 773783b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
release = teqpflsh.__version__

# -- Execute all notebooks --------------------------------------------------
if not on_actions:
import sphinx_pre_run
sphinx_pre_run.run()
import sphinx_pre_run
sphinx_pre_run.run()

### -- Auto-generate API documentation -----------------------------------------
subprocess.check_output(f'sphinx-apidoc --private -f -o api {os.path.dirname(teqpflsh.__file__)}', shell=True, cwd=here)
Expand Down

0 comments on commit 773783b

Please sign in to comment.