Revision 2eb8be793a95bc82651a5e8cf2eaa257485a2137 authored by Christopher Schwan on 11 February 2022, 13:27:32 UTC, committed by Christopher Schwan on 11 February 2022, 13:27:32 UTC
1 parent df89a23
Raw File
.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