Skip to content

Commit 9f45c06

Browse files
committed
chore: readthedocs by trial and error
1 parent 08b0e0b commit 9f45c06

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ python:
66
path: .
77
extra_requirements:
88
- dev
9-
- method: pip
10-
packages:
11-
- sphinx==5.3.0
12-
- sphinxcontrib-asyncio
13-
- sphinx_rtd_theme
9+
- docs
1410

1511
build:
1612
os: ubuntu-24.04

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ dev = [
4343
"pytest-asyncio",
4444
"Twine",
4545
]
46+
docs = [
47+
"sphinx==5.3.0",
48+
"sphinxcontrib-asyncio",
49+
"sphinx_rtd_theme",
50+
]
4651

4752
[project.urls]
4853
"Homepage" = "https://juju.is/docs/sdk"

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ passenv =
2121

2222
[testenv:docs]
2323
deps =
24-
.[dev]
25-
sphinx==5.3.0
26-
sphinxcontrib-asyncio
27-
sphinx_rtd_theme
24+
.[dev,docs]
2825

2926
allowlist_externals = rm
3027
commands =

0 commit comments

Comments
 (0)