summaryrefslogblamecommitdiff
path: root/.readthedocs.yml
blob: ff477536131e6ba380fc4a0579ac1d4ea4ef3c80 (plain) (tree)
1
2
3
4
5
6
7
8
9

          






                    

                                       
                       

       

                                                   
version: 2

build:
  os: "ubuntu-22.04"
  apt_packages:
    - graphviz
  tools:
    python: "3.11"

sphinx:
  configuration: lib/spack/docs/conf.py
  fail_on_warning: true

python:
  install:
    - requirements: lib/spack/docs/requirements.txt