changed line 66 in docs/conf.py.in to app.add_css_file(filename) (#1130)

Co-authored-by: AliceMazzoleni99 <l_mazzol_a@pc17378.psi.ch>
This commit is contained in:
mazzol_a 2025-03-06 14:41:46 +01:00 committed by GitHub
parent a5d242876b
commit fc197ed002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,4 +63,4 @@ html_static_path = ['static']
def setup(app): def setup(app):
app.add_stylesheet('css/extra.css') # may also be an URL app.add_css_file('css/extra.css') # may also be an URL