bump python version and add setuptools, myst-parser

This commit is contained in:
Max Parzen 2023-05-07 14:10:18 +01:00
parent 4c41411f7b
commit e9c5af27a3
2 changed files with 7 additions and 1 deletions

View File

@ -4,8 +4,12 @@
version: 2 version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: python:
version: 3.8
install: install:
- requirements: doc/requirements.txt - requirements: doc/requirements.txt
system_packages: true system_packages: true

View File

@ -2,9 +2,11 @@
# #
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
setuptools
sphinx sphinx
sphinx_book_theme sphinx_book_theme
sphinxcontrib-bibtex sphinxcontrib-bibtex
myst-parser # recommark is deprecated, https://stackoverflow.com/a/71660856/13573820
pypsa pypsa
vresutils>=0.3.1 vresutils>=0.3.1