Commit b0df84bc authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Merge branch 'github/fork/readthedocs-assistant/update-rtd-config-assistant' into 'dev'

Update Read the Docs configuration (automatic)

See merge request astrogeology/autocnet!630
parents 5b8eb44e d5367ddd
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
  os: ubuntu-20.04
  tools:
    python: mambaforge-4.10
sphinx:
  configuration: docs/conf.py

conda:
  environment: docs/environment.yml