We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8dcb0 commit 227d867Copy full SHA for 227d867
1 file changed
doc/sphinxext/related_software.py
@@ -222,7 +222,7 @@ def run(self):
222
return [my_list]
223
224
225
-def setup(app):
+def setup(app): # noqa: D103
226
app.add_directive("related-software", RelatedSoftwareDirective)
227
# Run it as soon as this is added as a Sphinx extension so that any errors
228
# / new packages are reported early. The next call in run() will be cached.
0 commit comments