From 9d3cccecc745ee16342e0bdd66fcb3e6f029e6da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 30 Nov 2020 16:09:38 +0100
Subject: [PATCH] fix the docs

---
 docs/memory-pressure-manager.rst | 2 --
 tempsdb/__init__.py              | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/memory-pressure-manager.rst b/docs/memory-pressure-manager.rst
index 0736847..87c918e 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 e69de29..93a0b2e 100644
--- a/tempsdb/__init__.py
+++ b/tempsdb/__init__.py
@@ -0,0 +1,2 @@
+from tempsdb.__bootstrap__ import bootstrap_cython_submodules
+bootstrap_cython_submodules()
-- 
GitLab