mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 10:30:02 +02:00
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:
parent
a5d242876b
commit
fc197ed002
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user