ftnext / sphinx-new-tab-link

Open external links in new tabs of the browser in Sphinx HTML documents
https://ftnext.github.io/sphinx-new-tab-link/guide.html
MIT License
9 stars 2 forks source link

Verify external URL in docstring (with autodoc) #4

Closed ftnext closed 1 year ago

ftnext commented 1 year ago

tk0miya-san's slide (Japanese) told me sphinx.ext.autodoc.

Verify that the URL in the docstring will open in a new tab in the browser when the document was built with sphinx-new-tab-link enabled.

https://github.com/ftnext/sphinx-new-tab-link/blob/2c8c13b519e0626f6e1b28bab46a63b51e6af2cd/sphinx_new_tab_link/__init__.py#L7

This is dogfooding as well.🐶