https://github.com/N3PDF/pineappl
Raw File
Tip revision: 8eb73de615c636fedaa8655871227e2945e7b03d authored by Christopher Schwan on 30 September 2021, 13:05:48 UTC
Release v0.5.0-beta.1
Tip revision: 8eb73de
.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