diff --git a/doc/source/conf.py b/doc/source/conf.py index 6f47351..c5586f0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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)