Revision fa6be64bd757fd9b4edeceee524dc42a45947e18 authored by wattsavolt on 13 May 2019, 14:29:54 UTC, committed by wattsavolt on 13 May 2019, 14:29:54 UTC
1 parent 5be4362
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