Skip to content

Commit

Permalink
specify header icon info
Browse files Browse the repository at this point in the history
- should now have github and pypi
  • Loading branch information
CraigYanitski committed May 1, 2024
1 parent 0c35dff commit b4319bd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,18 @@ def setup(app):
"json_url": "https://kosmatau3d.readthedocs.io/en/latest/_static/version_switcher.json",
"version_match": release,
},
"github": "https://github.com/CraigYanitski/kosmatau3d",
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/CraigYanitski/kosmatau3d/",
"icon": "fa-brands fa-github", # icons from `fontawesome`
},
{
"name": "PyPI",
"url": "https://pypi.org/project/kosmatau3d/",
"icon": "fa-custom fa-pypi",
},
],
"navbar_start": ["navbar-logo", "version-switcher"],
# "navbar_persistent": [],
"show_version_warning_banner": True,
Expand Down

0 comments on commit b4319bd

Please sign in to comment.