Revision 4dd37c527805c79530423f98bc6021d1b3474d5e authored by Aaron on 12 December 2023, 07:52:11 UTC, committed by Aaron on 12 December 2023, 07:52:11 UTC
2 parent s ee06080 + 48fa35f
Raw File
.readthedocs.yaml
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required

version: 2

# Set the version of Python and other tools you might need

build:
  os: ubuntu-22.04
  tools:
    python: "3.7"

mkdocs:
  configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs

python:
  install:
  - requirements: Docs/requirements.txt
back to top