mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user