Skip to content

Commit

Permalink
Fix doc mention of jupyterlite_sphinx_strip tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 18, 2024
1 parent 49af6b0 commit 0614834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ and then by tagging the cells you want to strip with the tag `jupyterlite_sphinx
of the cell, like this:

```json
{
"metadata": {
"tags": [
"jupyterlite_sphinx_strip": "true"
"jupyterlite_sphinx_strip"
]
}
```
Expand All @@ -89,7 +89,7 @@ in the JupyterLite console:
"cell_type": "markdown",
"metadata": {
"tags": [
"jupyterlite_sphinx_strip": "true"
"jupyterlite_sphinx_strip"
]
},
"source": [
Expand Down

0 comments on commit 0614834

Please sign in to comment.