Skip to content

Commit

Permalink
trying to fix ipynb generation
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed May 24, 2024
1 parent 567d930 commit 5845b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static_html_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 5845b09

Please sign in to comment.