bump python version and add setuptools, myst-parser
This commit is contained in:
parent
4c41411f7b
commit
e9c5af27a3
@ -4,8 +4,12 @@
|
||||
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
system_packages: true
|
||||
|
@ -2,9 +2,11 @@
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
setuptools
|
||||
sphinx
|
||||
sphinx_book_theme
|
||||
sphinxcontrib-bibtex
|
||||
myst-parser # recommark is deprecated, https://stackoverflow.com/a/71660856/13573820
|
||||
|
||||
pypsa
|
||||
vresutils>=0.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user