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 c56b1fa..2fb8877 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ } html_sidebars = { - "**": ["sidebar-nav-bs.html"], + "**": ["sidebar-nav-bs.html", "implementation-links.html"], } myst_enable_extensions = [