8000 Stackless issue #259: Update Doc/conf.py and .readthedocs.yml · akruis/cpython@a15ae9c · GitHub
[go: up one dir, main page]

Skip to content

Commit a15ae9c

Browse files
author
Anselm Kruis
committed
Stackless issue python#259: Update Doc/conf.py and .readthedocs.yml
Well, the previous commit didn't build on readthedocs.org. - Rename .readthedocs.yml to .readthedocs.yaml See https://docs.readthedocs.io/en/stable/config-file/index.html - Add a requirements file Doc/slp_readthedocs_requirements.txt and require the same packages as specified in Makefile. Already set the Sphinx version to 2.0.1, because upstream commit 7d23dbe
1 parent b87f882 commit a15ae9c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ build:
1818
# Optionally set the version of Python and requirements required to build your docs
1919
python:
2020
version: 3.8
21+
install:
22+
- requirements: Doc/slp_readthedocs_requirements.txt
23+
system_packages: true

Doc/slp_readthedocs_requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# This file is used to create the virtual environment used to build the Stackless
4+
# documentation on readthedocs.org. See ../.readthedocs.yaml
5+
#
6+
# The requirements should match the requirements in the target "venv" of Makefile
7+
#
8+
Sphinx == 2.0.1
9+
blurb
10+
python-docs-theme

0 commit comments

Comments
 (0)
0