Skip to content

Commit 4d02e71

Browse files
committed
docs: modernize RTD config
1 parent 2f7d8a0 commit 4d02e71

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
name: mybinder
2-
type: sphinx
3-
requirements_file: doc/doc-requirements.txt
1+
# Configuration on how ReadTheDocs (RTD) builds our documentation
2+
# ref: https://readthedocs.org/projects/mybinder/
3+
# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
4+
#
5+
version: 2
6+
7+
build:
8+
os: ubuntu-20.04
9+
tools:
10+
python: "3.9"
11+
12+
sphinx:
13+
configuration: doc/conf.py
14+
15+
formats: []
16+
417
python:
5-
version: 3
6-
formats:
7-
- htmlzip
8-
- epub
9-
# pdf disabled due to bug in sphinx 1.8 + recommonmark
10-
# - pdf
18+
install:
19+
- requirements: doc/doc-requirements.txt

0 commit comments

Comments
 (0)