diff --git a/docs/source/_templates/paper.html b/docs/source/_templates/paper.html new file mode 100644 index 00000000..ae0d063b --- /dev/null +++ b/docs/source/_templates/paper.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index eaba97ec..1a9f701e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -118,6 +118,12 @@ "pygment_dark_style": "native", } +html_sidebars = { + "**": [ + "paper", + "sidebar-nav-bs", + "sidebar-ethical-ads"] +} # -- autodoc ----------------------------------------------------------------- # autodoc autodoc_typehints = "none"