Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f7d6c5b

Browse files
author
Anselm Kruis
committed
Stackless issue #252: Update .readthedocs.yml to format version 2
Update the configuration file for readthedocs.org to the current format. The previous format is deprecated and fails to build.
1 parent 8d0e9a0 commit f7d6c5b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.readthedocs.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: Doc/conf.py
11+
112
# Don't build any extra formats
213
formats: []
314

415
build:
5-
image: 2.0
16+
image: stable
617

18+
# Optionally set the version of Python and requirements required to build your docs
719
python:
8-
version: 3.5
20+
version: 3.6

0 commit comments

Comments
 (0)