Changeset - b71c547e0dbe
[Not reviewed]
stable
0 0 1
Mads Kiilerich (mads) - 5 months ago 2025-10-06 23:41:18
mads@kiilerich.com
docs: add docs/.readthedocs.yaml
1 file changed with 20 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/.readthedocs.yaml
Show inline comments
 
new file 100644
 
# Read the Docs configuration file
 
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 

	
 
# Required
 
version: 2
 

	
 
# Set the OS, Python version, and other tools you might need
 
build:
 
  os: ubuntu-24.04
 
  tools:
 
    python: "3.13"
 
  jobs:
 
    post_create_environment:
 
      - pip install --upgrade "pip<24.1" "setuptools<67"
 
    install:
 
      - pip install --upgrade -e . -r dev_requirements.txt standard-imghdr
 

	
 
# Build documentation in the "docs/" directory with Sphinx
 
sphinx:
 
  configuration: docs/conf.py
0 comments (0 inline, 0 general)