Revision 3d593fc1c4df44da47f65b1a9c1981e58fe6b4b0 authored by Tom Russell on 09 September 2021, 16:32:14 UTC, committed by Tom Russell on 09 September 2021, 16:32:14 UTC
1 parent 1e454e3
Raw File
.readthedocs.yml
# Read The Docs config
# - https://docs.readthedocs.io/en/latest/config-file/v2.html
version: 2

# python version
python:
  version: 3
  system_packages: true
  install:
    - requirements: requirements-docs.txt

sphinx:
  builder: html
  configuration: docs/conf.py
back to top