Revision 0211a55e8d41384c21c66076393a922cfde46f32 authored by Ferdinand Mütsch on 02 September 2019, 08:18:17 UTC, committed by Ferdinand Mütsch on 02 September 2019, 08:18:17 UTC
Update PythonAPI YAML docs.
1 parent 4d988f5
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