Skip to content

Commit ec07e0e

Browse files
Update conf.py (#92)
* Update conf.py Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> * Update changelog.rst Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be> --------- Signed-off-by: LouisCarpentier42 <louis.carpentier@kuleuven.be>
1 parent b600b06 commit ec07e0e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/additional_information/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Changed
1616
Fixed
1717
^^^^^
1818
- Fixed typo in error-message for computing window size for multivariate time series.
19+
- Fixed issue when generating the documentation through read the docs. The module
20+
'pyximport' within tslearn was not found, while this is not necessary for our
21+
codebase. Therefore, we have addid this dependency to the mock imports, which fixed
22+
the issue.
1923

2024
[0.3.0] - 2025-01-31
2125
--------------------

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@
7979

8080
# Output file base name for HTML help builder.
8181
htmlhelp_basename = 'dtaianomalydoc'
82+
83+
# Prevent issue with pyximport when generating docs through readthedocs
84+
autodoc_mock_imports = ["pyximport"]

0 commit comments

Comments
 (0)