Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

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

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

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

URL: #499
  • Loading branch information
galipremsagar authored Aug 4, 2022
1 parent 4b49ce1 commit a7af642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 54 deletions.
52 changes: 0 additions & 52 deletions docs/source/_static/params.css

This file was deleted.

5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2018, NVIDIA CORPORATION.
# Copyright (c) 2018-2022, NVIDIA CORPORATION.
#
# pygdf documentation build configuration file, created by
# sphinx-quickstart on Wed May 3 10:59:22 2017.
Expand Down Expand Up @@ -187,4 +187,5 @@


def setup(app):
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 a7af642

Please sign in to comment.