You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Add syntax for registering backends in pyproject.toml (#8331)
Uses `sphinx-inline-tabs` for pretty and compact options.
Also reword surrounding text a little for clarity, and make examples
consistent with entry point class example
See https://packaging.python.org/specifications/entry-points/#data-model
296
-
for more information
304
+
.. code-block::
297
305
298
-
If you are using `Poetry <https://python-poetry.org/>`_ for your build system, you can accomplish the same thing using "plugins". In this case you would need to add the following to your ``pyproject.toml`` file:
0 commit comments