pypsa-eur/.readthedocs.yml
Fabian Neumann ef5320e1b8 merge master
2023-06-02 16:59:06 +02:00

18 lines
277 B
YAML

# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- graphviz
python:
install:
- requirements: doc/requirements.txt
system_packages: false