Skip to content

Commit

Permalink
馃摎 Fix the RTD build (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
chrisjsewell and pre-commit-ci[bot] committed Nov 21, 2023
1 parent 3613e80 commit 97d32b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
@@ -1,7 +1,11 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: "3.8"
install:
- method: pip
path: .
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -54,6 +54,7 @@ rtd = [
"sphinx-design",
"sphinx_book_theme",
"jupyter_sphinx",
"ipykernel",
]
testing = [
"coverage",
Expand Down

0 comments on commit 97d32b2

Please sign in to comment.