Skip to content

Commit 267a9bb

Browse files
committed
upgrade rtd to version 2
1 parent 7ffc61b commit 267a9bb

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed
File renamed without changes.

readthedocs.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
# .readthedocs.yml
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
24

5+
# Required
6+
version: 2
7+
8+
# Set the version of Python and other tools you might need
39
build:
4-
image: latest
10+
os: ubuntu-20.04
11+
tools:
12+
python: "3.9"
513

6-
python:
7-
version: 3.8
8-
setup_py_install: true
14+
# Build documentation in the docs/ directory with Sphinx
15+
sphinx:
16+
configuration: docs/source/conf.py
917

10-
requirements_file: rtd-requirements.txt
18+
# Optionally declare the Python requirements required to build your docs
19+
python:
20+
install:
21+
- requirements: docs/rtd-requirements.txt

0 commit comments

Comments
 (0)