Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMercier committed Oct 31, 2023
1 parent d02b9c9 commit 17206de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@
# app.add_stylesheet('theme_overrides.css')
#else:
# Override default css to get a larger width for ReadTheDoc build
# html_context = {
# 'css_files': [
html_context = {
'css_files': [
'_static/theme_overrides.css',
],
}
# 'https://media.readthedocs.org/css/sphinx_rtd_theme.css',
# 'https://media.readthedocs.org/css/readthedocs-doc-embed.css',
# '_static/theme_overrides.css',
# ],
# }
# 'https://media.readthedocs.org/css/readthedocs-doc-embed.css',

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 17206de

Please sign in to comment.