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 cdcfea0 commit d419904Copy full SHA for d419904
CHANGELOG.rst
@@ -5,6 +5,11 @@ Changelog
5
Not released
6
------------
7
8
+v0.4.1 (2022/05/31)
9
+-------------------
10
+
11
+* Fix docs not building
12
13
v0.4.0 (2022/05/31)
14
-------------------
15
docs/conf.py
@@ -49,6 +49,7 @@
49
autodoc_mock_imports = [
50
"scalib._scalib_ext",
51
"scalib.version",
52
+ "scalib.build_config",
53
"numpy",
54
]
55
0 commit comments