Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f7d6c5b

Browse filesBrowse 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
Copy full SHA for f7d6c5b

File tree

1 file changed

+14
-2
lines changed
Filter options

1 file changed

+14
-2
lines changed

‎.readthedocs.yml

Copy file name to clipboard
+14-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.