Skip to content

Commit

Permalink
use common js and defer it (#238)
Browse files Browse the repository at this point in the history
This PR switches docs to use the custom common js code merged here: rapidsai/docs#286

Authors:
   - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  • Loading branch information
galipremsagar authored Aug 4, 2022
1 parent a0ff935 commit e6cc36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@

def setup(app):
app.add_js_file("copybutton_pydocs.js")
app.add_css_file("params.css")
app.add_css_file("https://docs.rapids.ai/assets/css/custom.css")
app.add_js_file("https://docs.rapids.ai/assets/js/custom.js", loading_method="defer")

0 comments on commit e6cc36a

Please sign in to comment.