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 87d4df4 commit 716e612Copy full SHA for 716e612
tensorly_sphinx_theme/__init__.py
@@ -1,6 +1,6 @@
1
from os import path
2
3
-__version__ = '0.1.1'
+__version__ = '0.1.2'
4
5
def setup(app):
6
- app.add_html_theme("tensorly_sphinx_theme", path.abspath(path.dirname(__file__)))
+ app.add_html_theme("tensorly_sphinx_theme", path.abspath(path.dirname(__file__)))
0 commit comments