https://github.com/N3PDF/pineappl
Raw File
Tip revision: d3d47c4a8713098f7c36b6cb998b2254d9bdd399 authored by Christopher Schwan on 27 October 2021, 14:31:08 UTC
Release v0.5.0-beta.2
Tip revision: d3d47c4
.readthedocs.yml
version: 2

sphinx:
    builder: html
    configuration: pineappl_py/doc/source/conf.py

python:
    version: 3.7
    install:
        - requirements: pineappl_py/dev.requirements.txt
        # this is fake (see conf.py) but, I think, unavoidable
        - method: pip
          path: pineappl_py

build:
    apt_packages:
        - rustc
        - cargo
back to top