Skip to content

Commit

Permalink
Merge branch 'ershi/docs-icons' into 'main'
Browse files Browse the repository at this point in the history
Add icon links for PyPI and Discord

See merge request omniverse/warp!914
  • Loading branch information
mmacklin committed Dec 9, 2024
2 parents 6a04610 + c3a8b54 commit 55ebbd1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,18 @@ def linkcode_resolve(domain, info):
"pygments_dark_style": "monokai",
"footer_links": {},
"github_url": "https://github.com/NVIDIA/warp",
"icon_links": [
{
"name": "PyPI",
"url": "https://pypi.org/project/warp-lang",
"icon": "fa-brands fa-python",
"type": "fontawesome",
},
{
"name": "Discord",
"url": "https://discord.com/channels/827959428476174346/1285719658325999686",
"icon": "fa-brands fa-discord",
"type": "fontawesome",
},
],
}

0 comments on commit 55ebbd1

Please sign in to comment.