Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Attempt to fix plotly again as proposed in readthedocs/sphinx_rtd_theme#788 (comment)
  • Loading branch information
domfournier authored Sep 17, 2020
1 parent 26951dc commit 75b31e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
"jupyter_sphinx",
]

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>
"""

# Autosummary pages will be generated by sphinx-autogen instead of sphinx-build
autosummary_generate = []

Expand Down

0 comments on commit 75b31e2

Please sign in to comment.