Skip to content

Commit

Permalink
Update cookie methods (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPasvolsky authored May 12, 2021
1 parent 3b6294f commit 798e35c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@
# }
def setup(app):
#app.add_javascript("custom.js")
app.add_stylesheet('theme_overrides.css')
app.add_stylesheet('cookie_notice.css')
app.add_javascript('cookie_notice.js')
app.add_css_file('theme_overrides.css')
app.add_css_file('cookie_notice.css')
app.add_js_file('cookie_notice.js')
app.add_config_value('target', 'sdk', 'env')


Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
penaltymodel-maxgap==0.5.4

sphinx
sphinx>=4.0.0,<5.0.0
sphinx_rtd_theme
recommonmark

Expand Down

0 comments on commit 798e35c

Please sign in to comment.