https://github.com/pymc-devs/pymc3
Raw File
Tip revision: bc74112efbaab29dea873b055f87df523193427e authored by dependabot[bot] on 22 March 2024, 10:14:57 UTC
Bump conda-incubator/setup-miniconda from 2 to 3
Tip revision: bc74112
.readthedocs.yml
version: 2

sphinx:
    configuration: docs/source/conf.py

python:
   install:
   - method: pip
     path: .

conda:
  environment: "conda-envs/environment-docs.yml"

build:
  os: "ubuntu-22.04"
  tools:
    python: "mambaforge-4.10"
back to top