swh:1:snp:75cb3c6494dd217d603ee065743b04e045fbf78e
Raw File
Tip revision: af725484895e770e3a9761061f14ce64aae62005 authored by mrbean-bremen on 11 October 2023, 18:14:15 UTC
Release 5.3.0
Tip revision: af72548
.readthedocs.yaml
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

sphinx:
  configuration: docs/conf.py
  fail_on_warning: true
back to top