Skip to content

Commit 54e9b18

Browse files
Changing mkdocs to sphinx
1 parent ef10fa0 commit 54e9b18

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ build:
1111
tools:
1212
python: "3.9"
1313

14-
mkdocs:
15-
configuration: mkdocs.yml
14+
# Build documentation in the docs/ directory with Sphinx
15+
sphinx:
16+
configuration: docs/conf.py
17+
18+
# If using Sphinx, optionally build your docs in additional formats such as PDF
19+
formats:
20+
- pdf
1621

1722
# Optionally declare the Python requirements required to build your docs
1823
python:

0 commit comments

Comments
 (0)