Skip to content

Commit 07e9a76

Browse files
committed
docs: switch rtd to build new docs
1 parent f90bac5 commit 07e9a76

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.readthedocs.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ build:
1111
python: "3.11"
1212

1313
# Build documentation in the docs/ directory with Sphinx
14-
sphinx:
15-
configuration: docs/source/conf.py
14+
#sphinx:
15+
# configuration: docs/source/conf.py
1616

1717
# Build documentation with MkDocs
18-
#mkdocs:
19-
# configuration: mkdocs.yml
18+
mkdocs:
19+
configuration: new_docs/mkdocs.yml
2020

2121
# Optionally build your docs in additional formats such as PDF and ePub
2222
#formats: all
2323

2424
# Optionally set the version of Python and requirements required to build your docs
2525
python:
2626
install:
27-
- requirements: docs/requirements.txt
2827
- method: pip
2928
path: .
29+
extra_requirements:
30+
- all
31+
- requirements: new_docs/requirements.txt

0 commit comments

Comments
 (0)