https://github.com/N3PDF/pineappl
Raw File
Tip revision: e2b8e35a0baa0a1e0ee401508b4ac9c0a889453e authored by Christopher Schwan on 22 June 2022, 07:00:38 UTC
Release v0.5.3
Tip revision: e2b8e35
.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.55"

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