Skip to content

Commit

Permalink
FIX: import JS files through html_js_files
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 26, 2023
1 parent 880e243 commit b683cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def fetch_logo(url: str, output_path: str) -> None:
html_copy_source = True # needed for download notebook button
html_favicon = "_static/favicon.ico"
html_js_files = [
"https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js",
]
html_last_updated_fmt = "%-d %B %Y"
Expand Down
2 changes: 0 additions & 2 deletions docs/reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ well.
```

<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
<script type="text/javascript" src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>

<style>
td.details-control {
background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
Expand Down

0 comments on commit b683cb1

Please sign in to comment.