Skip to content

Commit

Permalink
🔧 Force RTD to use Python 3.8
Browse files Browse the repository at this point in the history
RTD used Python 3.7 for some reason and the Archiefbeheercomponent requires 3.8 at minimum.
  • Loading branch information
joeribekker committed Jun 29, 2022
1 parent 6256ee0 commit ef47da7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,20 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements/dev.txt

0 comments on commit ef47da7

Please sign in to comment.