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 23f3d78 commit 88b2d17Copy full SHA for 88b2d17
.readthedocs.yaml
@@ -9,18 +9,6 @@ build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.12"
12
- # You can also specify other tool versions:
13
- # nodejs: "20"
14
- # rust: "1.70"
15
- # golang: "1.20"
16
-
17
- # commands:
18
- # - python -m pip install uv
19
- # - uv pip install --system --upgrade pip wheel
20
- # - uv pip install --system --upgrade ".[docs]"
21
- # - uv pip list --system
22
- # - cd docs
23
- # - make html
24
25
# Build documentation in the "docs/" directory with Sphinx
26
sphinx:
@@ -33,7 +21,6 @@ sphinx:
33
# Optionally build your docs in additional formats such as PDF and ePub
34
formats:
35
- pdf
36
-# - epub
37
38
# Optional but recommended, declare the Python requirements required
39
# to build your documentation
0 commit comments