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
Some Sphinx plugins require that other (not necessarily Python) tools
are available.
One example is the plugin
https://github.com/basejumpa/sphinxcontrib-umlet, which requires that
UMLet is somehow within the sandbox.
* Adds `tools` arg to `sphinx_docs` to allow passing in arbitrary tools
that are made available at runtime
* Performs location expansion on `extra_opts`, which allows passing the
location of the tools onto sphinx.
0 commit comments