Skip to content

Commit a05abc5

Browse files
committed
Fix formatting according to black
1 parent 522a3f8 commit a05abc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,6 @@
7777
html_static_path = ['_static']
7878
html_css_files = ['fixes.css', 'qai-theme.css']
7979
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'
80+
html_favicon = (
81+
'https://raw.githubusercontent.com/quantumlib/Qualtran/refs/heads/main/docs/_static/favicon.png'
82+
)

0 commit comments

Comments
 (0)