https://github.com/N3PDF/pineappl
Raw File
Tip revision: 54cbdb96e83255200b224cde3d4464bed488adba authored by Christopher Schwan on 25 August 2022, 15:49:11 UTC
Release v0.5.5
Tip revision: 54cbdb9
.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