Skip to content

Commit a420f6e

Browse files
authored
Merge pull request #23 from FGRCL/read-the-docs-dependencies
add pip dependencies for readthedocs
2 parents f144554 + 9bfb74f commit a420f6e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ipykernel
2+
nbsphinx

readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ build:
1111
tools:
1212
python: "3.10"
1313

14+
python:
15+
version: 3
16+
install:
17+
- requirements: docs/requirements.txt
18+
system_packages: true
1419

1520
# Build documentation in the "docs/" directory with Sphinx
1621
sphinx:

0 commit comments

Comments
 (0)