Skip to content

Commit

Permalink
Merge pull request #28 from vespa-engine/tgm/plotly-rtd-bug
Browse files Browse the repository at this point in the history
try to display plotly graphs
  • Loading branch information
Thiago G. Martins committed Oct 16, 2020
2 parents d30fd62 + 85cfab6 commit 5b2a21f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@
"donate.html",
]
}

# https://github.com/spatialaudio/nbsphinx/issues/128#issuecomment-337932413
def setup(app):
app.add_javascript(
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"
)

0 comments on commit 5b2a21f

Please sign in to comment.