Skip to content
Snippets Groups Projects
.readthedocs.yaml 433 B
Newer Older
  • Learn to ignore specific revisions
  • 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
    formats:
       - pdf
       # - html