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 be9a0e3 commit 6e1113bCopy full SHA for 6e1113b
1 file changed
sphinx_copybutton/__init__.py
@@ -1,7 +1,7 @@
1
"""A small sphinx extension to add "copy" buttons to code blocks."""
2
import os
3
4
-__version__ = "0.2.8dev0"
+__version__ = "0.2.9dev0"
5
6
def scb_static_path(app):
7
static_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '_static'))
0 commit comments