Revision a699cf29ab676a38c48f7237b774a82309634b96 authored by amparore on 07 October 2021, 16:40:05 UTC, committed by amparore on 07 October 2021, 16:40:05 UTC
1 parent 904f71b
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