Revision 1f0ca9dec58edfef8e5ff37f5ee34289bef4a20c authored by nsubiron on 03 July 2019, 17:19:57 UTC, committed by Néstor Subirón on 08 July 2019, 16:42:45 UTC
1 parent e0cdc80
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