Skip to content
Snippets Groups Projects
.readthedocs.yml 373 B
Newer Older
Marc Egger's avatar
Marc Egger committed
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

Carsten  Rose's avatar
Carsten Rose committed
# Set the OS, Python version and other tools you might need
build:
  os: ubuntu-22.04
Carsten  Rose's avatar
Carsten Rose committed
  tools:
Carsten  Rose's avatar
Carsten Rose committed
    python: "3.7"
Carsten  Rose's avatar
Carsten Rose committed

Marc Egger's avatar
Marc Egger committed
# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: Documentation/conf.py