Skip to content

Commit 3cc4430

Browse files
Fix doc generation
1 parent 0034412 commit 3cc4430

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
version: 2
2-
build:
3-
image: testing
42
sphinx:
53
configuration: docs/conf.py
64
formats: []
75
python:
8-
version: 3.9
96
install:
107
- method: pip
118
path: .
129
extra_requirements:
1310
- docs
11+
build:
12+
os: ubuntu-lts-latest
13+
tools:
14+
python: "3.13"

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@
300300

301301

302302
# Example configuration for intersphinx: refer to the Python standard library.
303-
intersphinx_mapping = {"https://docs.python.org/": None}
303+
# intersphinx_mapping = {"https://docs.python.org/": None}

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ repository = "https://github.com/metrasynth/sunvox-dll-python"
1515
buffered = [
1616
"numpy>=2.0.2",
1717
]
18+
docs = [
19+
"plantweb>=1.3.0",
20+
"radiant-voices>=1.0.3",
21+
"sphinx>=7.4.7",
22+
"sphinx-rtd-theme>=3.0.2",
23+
]
1824
tools = [
1925
"numpy>=2.0.2",
2026
"scipy>=1.13.1",
@@ -33,12 +39,6 @@ dev = [
3339
"pytest>=8.3.4",
3440
"pytest-watch>=4.2.0",
3541
]
36-
docs = [
37-
"plantweb>=1.3.0",
38-
"radiant-voices>=1.0.3",
39-
"sphinx>=7.4.7",
40-
"sphinx-rtd-theme>=3.0.2",
41-
]
4242

4343
[tool.pytest.ini_options]
4444
addopts = "--doctest-glob='*.rst' --doctest-modules"

uv.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)