Skip to content

Commit

Permalink
Fix missing autodoc references
Browse files Browse the repository at this point in the history
  • Loading branch information
andersea committed Jan 19, 2024
1 parent 091cf5c commit 6c796f9
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx >= 3.2.1
Sphinx >= 6.2.1
sphinx-rtd-theme >= 2.0.0
123 changes: 78 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ async-generator = "^1.10"
python = "^3.8"
trio = ">=0.23.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pylint = "^3.0.0"
bump2version = "^1.0.1"
pytest-trio = "^0.8.0"
sphinx = "^3.2.1"
sphinx-rtd-theme = "^0.5.0"
sphinx = "6.2.1"
sphinx-rtd-theme = "^2.0.0"

[build-system]
requires = ["poetry>=1.1.12"]
Expand Down

0 comments on commit 6c796f9

Please sign in to comment.