Skip to content

Commit

Permalink
trying to load plotly on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Feb 7, 2025
1 parent baee3f9 commit 535edaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
html_css_files = ["css/custom.css"]
strip_signature_backslash = True

nbsphinx_prolog = r"""
.. raw:: html
<script src='http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js'></script>
<script>require=requirejs;</script>
"""

# -- Options for Latex output -------------------------------------------------
latex_elements = {
Expand Down
16 changes: 14 additions & 2 deletions docs/source/user_guide/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
"%matplotlib inline"
]
},
{
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"<script src=\"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js\"></script>\n",
"<script>require=requirejs;</script>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -79195,7 +79207,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "test1",
"display_name": "base",
"language": "python",
"name": "python3"
},
Expand All @@ -79209,7 +79221,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 535edaf

Please sign in to comment.