https://github.com/N3PDF/pineappl
Raw File
Tip revision: e0a45f6107befb63e25164c91244eb669b1bcfe1 authored by Christopher Schwan on 13 March 2024, 12:46:35 UTC
Simplify detection of target triplet
Tip revision: e0a45f6
.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.70"

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