aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 3da9bc771409d98340febc5bc4a965583553755a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2019-2020 Axel Huebl, Maxence Thevenet
#
# This file is part of WarpX.
#
# License: BSD-3-Clause-LBNL

version: 2

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

sphinx:
   configuration: Docs/source/conf.py

python:
   install:
   - requirements: Docs/requirements.txt

formats:
  - htmlzip
#  - pdf
#  - epub