https://github.com/N3PDF/pineappl
Revision d3aa3ce971a563d9144de5fd794d4cb3fe50a816 authored by Christopher Schwan on 23 February 2024, 14:52:00 UTC, committed by Christopher Schwan on 23 February 2024, 14:52:00 UTC
1 parent 2ae735b
Raw File
Tip revision: d3aa3ce971a563d9144de5fd794d4cb3fe50a816 authored by Christopher Schwan on 23 February 2024, 14:52:00 UTC
Release v0.7.1
Tip revision: d3aa3ce
.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