diff --git a/docs/memory-pressure-manager.rst b/docs/memory-pressure-manager.rst
index 07368473a227ca45e8b8d6eb04b4e0a0b7b8c5d8..87c918e3c79bccc88285ee84085152542716db74 100644
--- a/docs/memory-pressure-manager.rst
+++ b/docs/memory-pressure-manager.rst
@@ -3,8 +3,6 @@ Integration with Satella's MemoryPressureManager
 
 This library integrates itself with satella's MemoryPressureManager_.
 
-.. _MemoryPressureManager: https://satella.readthedocs.io/en/latest/instrumentation/memory.html
-
 It will close the non-required chunks when remaining in severity 1 each 30 seconds.
 
 To attach a MPM to a database, use
diff --git a/tempsdb/__init__.py b/tempsdb/__init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..93a0b2e8f779eb4b71867716e1321d66782a5d9b 100644
--- a/tempsdb/__init__.py
+++ b/tempsdb/__init__.py
@@ -0,0 +1,2 @@
+from tempsdb.__bootstrap__ import bootstrap_cython_submodules
+bootstrap_cython_submodules()