From 5845b09f0bfccbc532e7226782259328c4310acf Mon Sep 17 00:00:00 2001 From: spjuhel Date: Fri, 24 May 2024 15:48:49 +0200 Subject: [PATCH] trying to fix ipynb generation --- .github/workflows/static_html_deploy.yml | 4 +++- docs/source/conf.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static_html_deploy.yml b/.github/workflows/static_html_deploy.yml index fce9f7d..9ec8acc 100644 --- a/.github/workflows/static_html_deploy.yml +++ b/.github/workflows/static_html_deploy.yml @@ -46,7 +46,9 @@ jobs: # which you find below to build all documents git fetch --tags cd docs - poetry run python ./source/build_docs.py + poetry shell + ipython kernel install --name "boario" + python ./source/build_docs.py - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/docs/source/conf.py b/docs/source/conf.py index d045fd9..fc557cc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,6 +54,8 @@ napoleon_use_param = False napoleon_use_ivar = False +nbsphinx_kernel_name = "boario" + # automatically generate api references autosummary_generate = ["boario-api-reference.rst"]