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 f90bac5 commit 07e9a76Copy full SHA for 07e9a76
.readthedocs.yml
@@ -11,19 +11,21 @@ build:
11
python: "3.11"
12
13
# Build documentation in the docs/ directory with Sphinx
14
-sphinx:
15
- configuration: docs/source/conf.py
+#sphinx:
+# configuration: docs/source/conf.py
16
17
# Build documentation with MkDocs
18
-#mkdocs:
19
-# configuration: mkdocs.yml
+mkdocs:
+ configuration: new_docs/mkdocs.yml
20
21
# Optionally build your docs in additional formats such as PDF and ePub
22
#formats: all
23
24
# Optionally set the version of Python and requirements required to build your docs
25
python:
26
install:
27
- - requirements: docs/requirements.txt
28
- method: pip
29
path: .
+ extra_requirements:
30
+ - all
31
+ - requirements: new_docs/requirements.txt
0 commit comments