Skip to content

Commit

Permalink
Updated docs setup method to use new method name
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jun 30, 2021
1 parent bf72e3c commit 028ddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def skip(app, what, name, obj, would_skip, options):

def setup(app):
app.connect('autodoc-skip-member', skip)
app.add_stylesheet('theme_overrides.css')
app.add_css_file('theme_overrides.css')

0 comments on commit 028ddb3

Please sign in to comment.