bump python version and add setuptools, myst-parser
This commit is contained in:
parent
4c41411f7b
commit
e9c5af27a3
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user