Skip to content

Commit 631076f

Browse files
authored
Update build configuration for documentation (#252)
Updated the readthedocs configuration so that it uses... - the latest available version of `ubuntu` - the latest available version of `python`
1 parent dff32fb commit 631076f

4 files changed

Lines changed: 3 additions & 29 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Specify the python version
99
build:
10-
os: "ubuntu-22.04"
10+
os: "ubuntu-lts-latest"
1111
tools:
12-
python: "3.8"
12+
python: "latest"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:

docs/requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ docs = [
6262
"recommonmark>=0.7.1",
6363
"numpydoc>=1.4.0",
6464
"sphinx-pyproject>=0.1.0",
65+
"myst-parser>=3.0.0",
6566
]
6667
lint = [
6768
"pylint",

0 commit comments

Comments
 (0)