Skip to content

Commit

Permalink
🐛 Remove old directive addition
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Oct 21, 2024
1 parent ea3dd56 commit 9d03922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ def setup(app):
"""Setup function for sphinx"""
# https://stackoverflow.com/questions/14110790/numbered-math-equations-in-restructuredtext
app.add_css_file("css/custom.css")

app.add_directive("params", ParamsDirective)
# app.add_config_value('extlinks', {}, 'env') # needed if extlinks extension removed
app.connect('builder-inited', setup_link_roles)
app.connect("autoapi-skip-member", SkipAlreadyDocumented())
Expand Down

0 comments on commit 9d03922

Please sign in to comment.