Skip to content

Commit

Permalink
docs: fix jupyter sphinx config (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 10, 2024
1 parent 0fb3406 commit 358da0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
"add-og-title-to-home.js",
]

# Jupyter sphinx configs
jupyter_sphinx_thebelab_config = {
'requestKernel': True,
}
jupyter_sphinx_require_url = ''

# -- DocSearch configs -----------------------------------------------------
docsearch_app_id = "CJEHOB5X2Y"
docsearch_api_key = "e467f62765922e10749dec55f81a0a76"
Expand Down

0 comments on commit 358da0e

Please sign in to comment.