poetry: Patch Sphinx to use docstring signatures when given.

This is the intended behavior everywhere, but it wasn't working for overloaded functions and methods.

See https://github.com/pybricks/sphinx/commit/f57417c042cbf4a72448518b7599517495cc6fde
This commit is contained in:
Laurens Valk
2022-05-27 12:21:45 +02:00
parent c4a09ab62a
commit 2f8ba40034
3 changed files with 161 additions and 158 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ python = "^3.8"
black = {version = "^20.8b1", allow-prereleases = true}
doc8 = "^0.8.1"
flake8 = "^3.8.4"
Sphinx = "^4.4.0"
Sphinx = { git = "https://github.com/pybricks/sphinx.git", rev = "b00124cb" }
sphinx-rtd-theme = "^1.0.0"
toml = "^0.10.0"