We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c37995 commit 649aa8eCopy full SHA for 649aa8e
2 files changed
.readthedocs.yaml
@@ -6,7 +6,7 @@ version: 2
6
build:
7
os: ubuntu-22.04
8
tools:
9
- python: "3.11"
+ python: "3.12"
10
11
sphinx:
12
configuration: docs/conf.py
@@ -15,4 +15,5 @@ python:
15
install:
16
- method: pip
17
path: .
18
- - requirements: docs/requirements.txt
+ extra_requirements:
19
+ - docs
pyproject.toml
@@ -48,6 +48,14 @@ dependencies = [
48
]
49
dynamic = ["version"]
50
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
+
59
[project.urls]
60
Homepage = "https://github.com/scottprahl/miepython"
61
Documentation = "https://miepython.readthedocs.io"
0 commit comments