We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802c9ef commit a0edfcbCopy full SHA for a0edfcb
2 files changed
.readthedocs.yml
@@ -6,10 +6,13 @@ build:
6
python: "3.12"
7
8
python:
9
+ version: 3.12
10
install:
- - requirements: requirements-dev.txt
11
- method: pip
12
path: .
13
14
+post_build:
15
+ - pip install -e ".[dev,examples]"
16
+
17
sphinx:
- configuration: docs/conf.py
18
+ configuration: docs/conf.py
binder/postBuild
@@ -1,2 +1 @@
1
-pip install -r requirements-examples.txt
2
-pip install -e .
+pip install -e ".[examples]"
0 commit comments