We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6174514 commit 1e67dfaCopy full SHA for 1e67dfa
.readthedocs.yml
@@ -6,7 +6,8 @@ build:
6
python: "3.11"
7
jobs:
8
install:
9
- - pip install --group docs .
+ - pip install .
10
+ - pip install --group docs
11
12
sphinx:
13
builder: dirhtml
0 commit comments