Skip to content

Commit

Permalink
Added html_css_files entry to conf.py for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Sep 28, 2023
1 parent 84f1655 commit 8fe80d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@
]
}
html_js_files = ['show_block_by_os.js']

html_css_files = ['theme_overrides.css']


# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the docs.
Expand Down Expand Up @@ -422,4 +426,4 @@
'idmtools': ('https://docs.idmod.org/projects/idmtools/en/latest/', None),
'emod-typhoid': ('https://docs.idmod.org/projects/emod-typhoid/en/latest/', None),
'pycomps': ('https://docs.idmod.org/projects/pycomps/en/latest/', None)
}
}

0 comments on commit 8fe80d2

Please sign in to comment.