Skip to content

Commit

Permalink
bump python version and add setuptools, myst-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pz-max committed May 7, 2023
1 parent 4c41411 commit e9c5af2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c5af2

Please sign in to comment.