Skip to content

Commit

Permalink
fix deprecated sphinx method
Browse files Browse the repository at this point in the history
  • Loading branch information
j-andrews7 committed Nov 22, 2023
1 parent 3b12184 commit 33d8592
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 @@ -15,7 +15,7 @@
sys.path.insert(0, os.path.abspath(".."))

def setup(app):
app.add_stylesheet('my_theme.css')
app.add_css_file('my_theme.css')

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 33d8592

Please sign in to comment.