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

# Required
version: 2

Ian Bell's avatar
Ian Bell committed
conda:
  environment: doc/environment.yml

Ian Bell's avatar
Ian Bell committed
build:
   image: latest
Ian Bell's avatar
Ian Bell committed

# Build documentation in the docs/ directory with Sphinx
sphinx:
   configuration: doc/source/conf.py

Ian Bell's avatar
Ian Bell committed
# If using Sphinx, optionally build your docs in additional formats such as PDF
Ian Bell's avatar
Ian Bell committed
formats:
Ian Bell's avatar
Ian Bell committed
   - pdf