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

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

Commit fe884c5

Browse files
author
Anselm Kruis
committed
Stackless issue #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 (cherry picked from commit a15ae9c)
1 parent 73ac13c commit fe884c5

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)

AltStyle によって変換されたページ (->オリジナル) /