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.
2 parents 0d19625 + 1fc044d commit f3415e4Copy full SHA for f3415e4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.2 (2021-10-13)
4
+
5
+### Fixes 🐛
6
7
+Making singlehtml builder error free. See: https://github.com/executablebooks/sphinx-proof/issues/65
8
9
## v0.1.1 (2021-08-18)
10
11
### Improved 👌
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "v0.1.1"
+VERSION = "v0.1.2"
LONG_DESCRIPTION = """
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
0 commit comments