Skip to content

Commit

Permalink
update conf.py replace app.add_stylesheet by app.add_css_file due to …
Browse files Browse the repository at this point in the history
…sphinx version issue
  • Loading branch information
Michal Sakin committed Jul 20, 2021
1 parent 04734cc commit a30d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@

#css
def setup(app):
app.add_stylesheet('css/custom.css')
app.add_css_file('css/custom.css')
# -- Extension configuration -------------------------------------------------

0 comments on commit a30d45f

Please sign in to comment.