b82c55543b
* Use pip with requirements.txt file for setting up doc environment * Try w/o cartopy * Try w/o cartopy take 2 * Try w/o cartopy take 3 * try pip * try pip ii * python 3.8 * fix links * remove conda docs and fix line references * remove conda on .readthedocs.yml * correct ambiguous line reference Co-authored-by: Jonas Hoersch <coroa@posteo.de>
12 lines
209 B
YAML
12 lines
209 B
YAML
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
version: 2
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: doc/requirements.txt
|
|
system_packages: true
|