Revision be10b651f1a9a2773c9d990cfbf82021e0d4c99e authored by corkyw10 on 08 February 2021, 09:30:37 UTC, committed by Corinne on 19 February 2021, 16:24:52 UTC
1 parent 340ecc1
Raw File
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

mkdocs:
  configuration: mkdocs.yml

formats: all

python:
  version: 3.7
  install:
    - requirements: Docs/requirements.txt
back to top