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 9b79ec0 commit 25c4482Copy full SHA for 25c4482
βsrc/sphinx_tippy.pyβ
@@ -26,7 +26,7 @@
26
except ImportError:
27
from sphinx.util import status_iterator
28
29
-__version__ = "0.4.1"
+__version__ = "0.4.2"
30
31
32
def setup(app: Sphinx):
βtox.iniβ
@@ -12,6 +12,7 @@ commands = pytest {posargs}
12
[testenv:docs]
13
extras =
14
docs
15
+passenv = TERM
16
whitelist_externals =
17
rm
18
echo
0 commit comments