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 8ee6e98 commit 01f001bCopy full SHA for 01f001b
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
python -m pip install uv
32
python -m uv pip install --system --upgrade pip setuptools wheel
33
- python -m uv pip --quiet install --system --upgrade .[docs,test]
+ python -m uv pip --quiet install --system --upgrade ".[docs,test]"
34
python -m uv pip install --system yq
35
python -m pip list
36
.readthedocs.yaml
@@ -21,7 +21,7 @@ sphinx:
21
# If using Sphinx, optionally build your docs in additional formats such as PDF and ePub
22
formats: all
23
24
-# python -m pip install .[docs]
+# python -m pip install '.[docs]'
25
python:
26
install:
27
- method: pip
0 commit comments