Revision 075bce85daf24b78cf5ace2e2243bba927fe1560 authored by Christopher Schwan on 17 June 2022, 14:43:30 UTC, committed by Christopher Schwan on 17 June 2022, 14:43:30 UTC
1 parent 40e12e0
Raw File
.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.55"

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