Skip to content
Snippets Groups Projects
.readthedocs.yml 635 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.12"
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

Carsten  Rose's avatar
Carsten Rose committed
# Optionally build your docs in additional formats such as PDF
formats:
  - pdf
  - epub
Carsten  Rose's avatar
Carsten Rose committed
# Optionally set the version of Python and requirements required to build your docs
python:
  install:
    - requirements: Documentation/docker-sphinx-qfq/requirements.txt