From 07d1be919d8378e9d64ea2c324d420f5391a7dc1 Mon Sep 17 00:00:00 2001
From: Martin Larralde <martin.larralde@embl.de>
Date: Mon, 2 Sep 2024 18:34:24 +0200
Subject: [PATCH] Add missing `ipykernel` dependency to Sphinx documentation
 [ci skip]

---
 lightmotif-py/docs/guide/example.ipynb | 2 +-
 lightmotif-py/docs/requirements.txt    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lightmotif-py/docs/guide/example.ipynb b/lightmotif-py/docs/guide/example.ipynb
index 26cdea0..59b708b 100644
--- a/lightmotif-py/docs/guide/example.ipynb
+++ b/lightmotif-py/docs/guide/example.ipynb
@@ -269,7 +269,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Reverse-complement\n",
+    "## Reverse-complement\n",
     "\n",
     "All the examples above are showing how to calculate the hits for the direct \n",
     "strand. To process the reverse-strand, one could reverse-complement the sequence;\n",
diff --git a/lightmotif-py/docs/requirements.txt b/lightmotif-py/docs/requirements.txt
index 09df00f..80a493d 100644
--- a/lightmotif-py/docs/requirements.txt
+++ b/lightmotif-py/docs/requirements.txt
@@ -8,8 +8,9 @@ sphinx >=5.0
 recommonmark ~=0.7
 pygments-style-monokailight ~=0.4
 ipython ~=7.19
+ipykernel
 pygments ~=2.4
 nbsphinx ~=0.8
 sphinxcontrib-jquery ~=4.1
 sphinx-design
-pydata-sphinx-theme
\ No newline at end of file
+pydata-sphinx-theme
-- 
GitLab