Revision 356653c91808e9257ee79e821879acbfa4d34189 authored by Xavi on 24 July 2019, 09:20:19 UTC, committed by Xavi on 24 July 2019, 09:20:19 UTC
1 parent 47cfba6
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