We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522a3f8 commit a05abc5Copy full SHA for a05abc5
1 file changed
docs/conf.py
@@ -77,4 +77,6 @@
77
html_static_path = ['_static']
78
html_css_files = ['fixes.css', 'qai-theme.css']
79
html_logo = 'https://raw.githubusercontent.com/quantumlib/Qualtran/8fa2e8ae4fa071ece632fb7a7f615918128983e3/docs/_static/qualtran-logo-mode-sensitive.svg'
80
-html_favicon = 'https://raw.githubusercontent.com/quantumlib/Qualtran/refs/heads/main/docs/_static/favicon.png'
+html_favicon = (
81
+ 'https://raw.githubusercontent.com/quantumlib/Qualtran/refs/heads/main/docs/_static/favicon.png'
82
+)
0 commit comments