Skip to content

Commit

Permalink
Remove patch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 21, 2023
1 parent a6e5d69 commit bad9ce1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,10 @@
]


def on_missing_reference(app, env, node, contnode):
return contnode
if node["refdomain"] == "cpp":
return contnode
return None
# def on_missing_reference(app, env, node, contnode):
# if node["refdomain"] == "cpp":
# return contnode
# return None


def setup(app):
Expand All @@ -214,4 +213,4 @@ def setup(app):
app.add_js_file(
"https://docs.rapids.ai/assets/js/custom.js", loading_method="defer"
)
app.connect("missing-reference", on_missing_reference)
# app.connect("missing-reference", on_missing_reference)

0 comments on commit bad9ce1

Please sign in to comment.