Skip to content

Commit a6d71b7

Browse files
committed
RTD
1 parent 2acee56 commit a6d71b7

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.readthedocs.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
# .readthedocs.yml
2-
# Read the Docs configuration file
31
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
42

5-
# Required
63
version: 2
74

8-
# Build documentation in the docs/ directory with Sphinx
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.10"
9+
910
sphinx:
1011
configuration: docs/conf.py
1112

12-
# Optionally build your docs in additional formats such as PDF and ePub
13-
formats:
14-
- htmlzip
15-
16-
# Optionally set the version of Python and requirements required to build your docs
1713
python:
18-
version: 3.8
1914
install:
20-
- method: pip
21-
path: .
22-
extra_requirements:
23-
- docs
24-
25-
submodules:
26-
include: all
27-
recursive: true
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- docs

0 commit comments

Comments
 (0)