https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 636b957e71812973098d905e8a5d26d4abb5ac2b authored by Paul Xu on 02 December 2022, 17:26:02 UTC
fixed overriding user provided strings and added debug message
Tip revision: 636b957
.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