Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 12, 2023
1 parent 9a4bb34 commit e441714
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
#
html_theme = 'sphinx_rtd_theme'

# Include your custom CSS file
html_css_files = ['custom.css']
html_context = {
# ...
'css_files': ['custom.css'],
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit e441714

Please sign in to comment.