Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
tkpiskorz committed Jun 10, 2024
1 parent c5c0775 commit 4333ee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
def setup(app):
app.add_stylesheet('custom.css')
html_context = {
'css_files': [
'css/custom.css', # overrides for wide tables in RTD theme
],
}

html_logo = "logo_rect.png"
html_theme_options = {'logo_only': False}
Expand Down
File renamed without changes.

0 comments on commit 4333ee0

Please sign in to comment.