Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 17, 2021
1 parent e83a0b9 commit 52b7be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/conf.py
Expand Up @@ -19,7 +19,7 @@
# blockdiag_fontpath = '/usr/share/fonts/truetype/ipafont/ipagp.ttf'

html_context = {
'css_files': get_default_stylesheet() + ['_static/my-styles.css'],
'css_files': get_default_stylesheet(['_static/my-styles.css']),
}

html_logo = "project_ico.png"
Expand Down

0 comments on commit 52b7be3

Please sign in to comment.