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 95de60f commit 95a71cdCopy full SHA for 95a71cd
1 file changed
.readthedocs.yaml
@@ -10,15 +10,10 @@ build:
10
tools:
11
python: "3.13"
12
13
-# Build documentation in the "docs/" directory with Sphinx
14
-sphinx:
15
- configuration: docs/conf.py
16
17
-# Optionally, but recommended,
18
-# declare the Python requirements required to build your documentation
19
-# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
python:
21
install:
22
- - method: pip
23
- path: .
24
- - requirements: docs/requirements.txt
+ - requirements: docs-requirements.txt
+
+mkdocs:
+ configuration: mkdocs.yml
0 commit comments