Skip to content

Commit

Permalink
Add ipykernel to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 9, 2023
1 parent 0f1e4e8 commit 423f15b
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build:
- poetry config virtualenvs.create false
post_install:
- poetry install --without dev
- poetry run python -m ipykernel install --user

sphinx:
configuration: docs/conf.py
99 changes: 98 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ myst-parser = "^2.0.0"
furo = "^2023.7.26"
sphinx-copybutton = "^0.5.2"
jupyter-sphinx = "^0.4.0"
ipykernel = "^6.25.1"
sphinx-autobuild = "^2021.3.14"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 423f15b

Please sign in to comment.