Skip to content

Commit

Permalink
docs: fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 12, 2024
1 parent 698083e commit f647ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,4 +452,7 @@ def remove_hbox(filepath):
# texinfo_no_detailmenu = False

def setup(app):
app.add_stylesheet('style.css')
try:
app.add_stylesheet('style.css')
except:
app.add_css_file('style.css')

0 comments on commit f647ae5

Please sign in to comment.