Revision 16a5533523572c9cb0b5fd5aa4067c6222aa1add authored by Hanno Rein on 19 September 2023, 18:41:07 UTC, committed by Hanno Rein on 19 September 2023, 18:43:56 UTC
Pham, Rein & Spiegel in prep.
Documentation and tests still to be added.
1 parent f37e12e
Raw File
.readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

mkdocs:
  configuration: mkdocs.yml

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