mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
doc/common/extensions/requirements: Allow none.
With no requirements imposed, this means all hubs will work.
This commit is contained in:
@@ -31,7 +31,7 @@ HUB_FEATURES = {
|
||||
|
||||
class PybricksRequirementsDirective(Directive):
|
||||
|
||||
required_arguments = 1
|
||||
required_arguments = 0
|
||||
optional_arguments = 10
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user