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 235ac12 commit c114fadCopy full SHA for c114fad
.readthedocs.yaml
@@ -13,22 +13,15 @@ build:
13
# nodejs: "19"
14
# rust: "1.64"
15
# golang: "1.19"
16
+ jobs:
17
+ install:
18
+ - python -m pip install --upgrade pip wheel setuptools
19
+ - python -m pip install . --group doc
20
21
# Build documentation in the "doc/" directory with Sphinx
22
sphinx:
23
configuration: doc/conf.py
-
24
# Optionally build your docs in additional formats such as PDF and ePub
25
# formats:
26
# - pdf
27
# - epub
-# Optional but recommended, declare the Python requirements required
-# to build your documentation
28
-# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29
-python:
30
- install:
31
- - method: pip
32
- path: .
33
- extra_requirements:
34
- - doc
0 commit comments