Revision 0ef61ba41e194116585612b8c1a8c9dbf4efc1b1 authored by manishthani on 17 May 2019, 13:23:54 UTC, committed by GitHub on 17 May 2019, 13:23:54 UTC
2 parent s e148dc9 + 67cfd57
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