Skip to content

Commit

Permalink
DOC: Add "jupyterlite_sphinx_strip" to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 18, 2024
1 parent b33fae5 commit 40ba021
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/source/regression/dwt-idwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mystnb:
execution_show_tb: true
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/multilevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/wavelet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/wp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/regression/wp2d.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kernelspec:
name: python3
---

+++ {"ignore-when-converting": "true"}
+++ {"tags": ["jupyterlite_sphinx_strip"]}

```{eval-rst}
.. currentmodule:: pywt
Expand Down
2 changes: 1 addition & 1 deletion util/readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cython
docutils
jupyterlite-sphinx>=0.14.0
jupyterlite-sphinx>=0.16.0
jupyterlite-pyodide-kernel
jupytext
pydata-sphinx-theme
Expand Down

0 comments on commit 40ba021

Please sign in to comment.