Skip to content

Commit

Permalink
Remove ipykernel from readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Sep 27, 2023
1 parent e33f682 commit 6602d9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ build:
python: "3.10"
jobs:
post_create_environment:
- pip install poetry==1.5.1
- pip install poetry==1.6.1
- poetry config virtualenvs.create false
post_install:
- poetry install --without dev
- poetry run python -m ipykernel install --user

sphinx:
configuration: docs/conf.py

0 comments on commit 6602d9b

Please sign in to comment.