Skip to content

Commit

Permalink
chore: readthedocs by trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 22, 2024
1 parent 08b0e0b commit 9f45c06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ python:
path: .
extra_requirements:
- dev
- method: pip
packages:
- sphinx==5.3.0
- sphinxcontrib-asyncio
- sphinx_rtd_theme
- docs

build:
os: ubuntu-24.04
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ dev = [
"pytest-asyncio",
"Twine",
]
docs = [
"sphinx==5.3.0",
"sphinxcontrib-asyncio",
"sphinx_rtd_theme",
]

[project.urls]
"Homepage" = "https://juju.is/docs/sdk"
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ passenv =

[testenv:docs]
deps =
.[dev]
sphinx==5.3.0
sphinxcontrib-asyncio
sphinx_rtd_theme
.[dev,docs]

allowlist_externals = rm
commands =
Expand Down

0 comments on commit 9f45c06

Please sign in to comment.