https://github.com/N3PDF/pineappl
Raw File
Tip revision: ee6ca8268c4eacb8f9ced9387adf068251aae4e3 authored by Christopher Schwan on 08 May 2023, 13:41:29 UTC
Release v0.6.0-alpha.10
Tip revision: ee6ca82
.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.64"

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