Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: KonanAI <[email protected]>
  • Loading branch information
konan-ai authored Jul 25, 2023
1 parent 23095b9 commit 207b1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def github_link(name, rawtext, text, lineno, inliner, options=None, content=None
node = reference(rawtext, words, refuri=url, **options)
return [node], []

def setup(app: Sphinx):
app.add_role("gh", github_link)
# def setup(app: Sphinx):
# app.add_role("gh", github_link)
# app.connect('build-finished', run_postprocess)

# def run_postprocess(app, exception):
Expand Down

0 comments on commit 207b1c2

Please sign in to comment.