https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 2bd0611ce0b9caa0c7699b5c26d1b9b1f66ccf34 authored by twiecki on 10 October 2022, 07:15:32 UTC
⬆️ UPGRADE: Autoupdate pre-commit config
Tip revision: 2bd0611
.readthedocs.yml
version: 2

sphinx:
    configuration: docs/source/conf.py

python:
   install:
   - method: pip
     path: .

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

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