We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc25cf commit fc5cd4cCopy full SHA for fc5cd4c
2 files changed
.readthedocs.yml
@@ -5,15 +5,15 @@ build:
5
tools:
6
python: "3.11"
7
8
+ commands:
9
+ - python -m pip install -U pip
10
+ - python -m pip install . --group docs
11
+
12
sphinx:
13
configuration: docs/sphinx/source/conf.py
14
15
formats:
16
- htmlzip
17
-python:
- install:
- - requirements: docs/sphinx/requirements.txt
-
18
submodules:
19
exclude: all
docs/sphinx/requirements.txt
0 commit comments