swh:1:snp:75cb3c6494dd217d603ee065743b04e045fbf78e
Raw File
Tip revision: 3b1a99a9421d6678cd671772187c3ba2c4cf0b9b authored by mrbean-bremen on 16 March 2024, 11:24:34 UTC
Avoid EncodingWarning occurring in tests
Tip revision: 3b1a99a
.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