Skip to content

Commit

Permalink
Fix docs build to be pydata-sphinx-theme=0.13.0 compatible (#1311)
Browse files Browse the repository at this point in the history
This PR fixes raft docs build to be compatible with `pydata-sphinx-theme=0.13.0` by adding an empty `icon_links` entry.

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

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

URL: #1311
  • Loading branch information
galipremsagar authored Mar 2, 2023
1 parent ae15be7 commit 004f508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
#
html_theme_options = {
"external_links": [],
# https://github.com/pydata/pydata-sphinx-theme/issues/1220
"icon_links": [],
"github_url": "https://github.com/rapidsai/raft",
"twitter_url": "https://twitter.com/rapidsai",
"show_toc_level": 1,
Expand Down

0 comments on commit 004f508

Please sign in to comment.