https://github.com/N3PDF/pineappl
Raw File
Tip revision: ccc3cea377a5b7ac7c193e19cc5710db242a112f authored by Christopher Schwan on 04 October 2022, 08:51:08 UTC
Release v0.5.6
Tip revision: ccc3cea
.readthedocs.yml
version: 2

sphinx:
  builder: html
  configuration: pineappl_py/docs/source/conf.py

build:
  os: ubuntu-22.04
  tools:
    python: "3.10"
    rust: "1.61"

python:
  install:
    - method: pip
      path: pineappl_py
      extra_requirements:
        - docs
back to top