Skip to content

Commit 649aa8e

Browse files
committed
get RTD working again
1 parent 4c37995 commit 649aa8e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-22.04
88
tools:
9-
python: "3.11"
9+
python: "3.12"
1010

1111
sphinx:
1212
configuration: docs/conf.py
@@ -15,4 +15,5 @@ python:
1515
install:
1616
- method: pip
1717
path: .
18-
- requirements: docs/requirements.txt
18+
extra_requirements:
19+
- docs

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ dependencies = [
4848
]
4949
dynamic = ["version"]
5050

51+
[project.optional-dependencies]
52+
docs = [
53+
"Sphinx==8.1.3",
54+
"nbsphinx==0.9.7",
55+
"sphinx_automodapi",
56+
"sphinx_rtd_theme",
57+
]
58+
5159
[project.urls]
5260
Homepage = "https://github.com/scottprahl/miepython"
5361
Documentation = "https://miepython.readthedocs.io"

0 commit comments

Comments
 (0)