diff --git a/docs/AmpScanlogo.ico b/docs/AmpScanlogo.ico new file mode 100644 index 0000000000000000000000000000000000000000..0dbfa7fbd29bc1c5e788aa7ad1c011a671f5b886 Binary files /dev/null and b/docs/AmpScanlogo.ico differ diff --git a/docs/conf.py b/docs/conf.py index 0ba2ba56c68e301430f51b62330b3777ba1904cb..681ec118e7d90e8f9424db7fc78ab2af722aa0db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,6 +65,8 @@ nbsphinx_kernel_name = 'python3' html_logo = "AmpScanlogosmall.svg" +html_favicon = "AmpScanlogo.ico" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']