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 808c3a7 commit 9750a6fCopy full SHA for 9750a6f
1 file changed
.readthedocs.yaml
@@ -13,28 +13,14 @@ build:
13
os: ubuntu-24.04
14
tools:
15
python: "3.14"
16
-<<<<<<< HEAD
17
jobs:
18
install:
19
- pip install --upgrade pip
20
- pip install . --group 'docs'
21
-=======
22
->>>>>>> ec92b0750055472edb2bfb1e3c4a11ad2d506df8
23
24
# Build documentation with MkDocs
25
#mkdocs:
26
# configuration: mkdocs.yml
27
28
# Optionally build your docs in additional formats such as PDF and ePub
29
formats: all
30
31
32
-
33
-# Optionally set the version of Python and requirements required to build your docs
34
-python:
35
- install:
36
- - method: pip
37
- path: .
38
- dependency_groups:
39
- - docs
40
0 commit comments