diff --git a/docs/conf.py b/docs/conf.py index bf7f837..8945d56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. @@ -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) - } \ No newline at end of file + }