Skip to content

Commit

Permalink
Change deprecated function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jun 22, 2021
1 parent 96afdb2 commit b0afe72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@

# Add our custom CSS
def setup(app):
app.add_stylesheet('css/citus.css')
app.add_stylesheet('css/flexboxgrid.min.css')
app.add_stylesheet('css/pygments.css')
app.add_css_file('css/citus.css')
app.add_css_file('css/flexboxgrid.min.css')
app.add_css_file('css/pygments.css')

html_context = {
'canonical_urls': {
Expand Down

0 comments on commit b0afe72

Please sign in to comment.