diff --git a/docs/_static/trx_logo.png b/docs/_static/trx_logo.png new file mode 100644 index 0000000..3c7b165 Binary files /dev/null and b/docs/_static/trx_logo.png differ diff --git a/docs/_templates/implementation-links.html b/docs/_templates/implementation-links.html new file mode 100644 index 0000000..987d3ce --- /dev/null +++ b/docs/_templates/implementation-links.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 2040d8c..8756308 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ html_theme = "pydata_sphinx_theme" html_logo = "_static/trx_logo.png" + html_theme_options = { "icon_links": [ { @@ -44,7 +45,7 @@ } html_sidebars = { - "**": ["sidebar-nav-bs.html"], + "**": ["sidebar-nav-bs.html", "implementation-links.html"], } myst_enable_extensions = [