We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b0e0b commit 9f45c06Copy full SHA for 9f45c06
3 files changed
.readthedocs.yaml
@@ -6,11 +6,7 @@ python:
6
path: .
7
extra_requirements:
8
- dev
9
- - method: pip
10
- packages:
11
- - sphinx==5.3.0
12
- - sphinxcontrib-asyncio
13
- - sphinx_rtd_theme
+ - docs
14
15
build:
16
os: ubuntu-24.04
pyproject.toml
@@ -43,6 +43,11 @@ dev = [
43
"pytest-asyncio",
44
"Twine",
45
]
46
+docs = [
47
+ "sphinx==5.3.0",
48
+ "sphinxcontrib-asyncio",
49
+ "sphinx_rtd_theme",
50
+]
51
52
[project.urls]
53
"Homepage" = "https://juju.is/docs/sdk"
tox.ini
@@ -21,10 +21,7 @@ passenv =
21
22
[testenv:docs]
23
deps =
24
- .[dev]
25
- sphinx==5.3.0
26
- sphinxcontrib-asyncio
27
- sphinx_rtd_theme
+ .[dev,docs]
28
29
allowlist_externals = rm
30
commands =
0 commit comments