gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.readthedocs.yaml (397B)


      1 # .readthedocs.yaml
      2 # Read the Docs configuration file
      3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
      4 
      5 # Required
      6 version: 2
      7 
      8 build:
      9   os: "ubuntu-20.04"
     10   tools:
     11     python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
     12 
     13 mkdocs:
     14   configuration: "mkdocs.yml"
     15 
     16 conda:
     17   environment: "docs/environment.yml"