Skip to content

Commit

Permalink
Use common custom js & css code (#394)
Browse files Browse the repository at this point in the history
This PR switches docs to use the custom common `js` & `css` code merged here: rapidsai/docs#286

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

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #394
  • Loading branch information
galipremsagar committed Aug 4, 2022
1 parent 918ce9f commit 0a49dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Expand Up @@ -88,4 +88,5 @@


def setup(app):
app.add_css_file('custom.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 0a49dda

Please sign in to comment.