Revision 2fa626f7a2ba14495eb165c4c426a3b8c03eef3b authored by Francesc Domene on 25 June 2019, 10:19:30 UTC, committed by Francesc Domene on 25 June 2019, 10:19:30 UTC
1 parent 9694ba4
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