Compare commits

3 Commits

Author SHA1 Message Date
Benjamin Balder Bach
ec0296f966 Update .readthedocs.yaml 2023-01-31 15:11:33 +01:00
Benjamin Bach
291e5aa705 Test Python 3.9 2023-01-06 21:38:28 +01:00
Benjamin Bach
537db409d4 Adding first tutorial step for a .readthedocs.yaml: https://docs.readthedocs.io/en/stable/tutorial/#upgrading-the-python-version 2023-01-06 21:33:31 +01:00
2 changed files with 5 additions and 10 deletions

View File

@@ -1,13 +1,10 @@
version: "2" version: 2
build: build:
os: "ubuntu-22.04" os: "ubuntu-22.04"
tools: tools:
python: "3.10" python: "3.9"
jobs:
post_install:
- echo ${testitest}
python:
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/source/conf.py

View File

@@ -1,2 +0,0 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1