diff --git a/docs/conf.py b/docs/conf.py index 97cda55..614e522 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,4 +61,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -master_doc = 'index' \ No newline at end of file +master_doc = 'index' +html_theme = 'epfl' +import epfl_theme +html_theme_path = [epfl_theme.get_theme_dir()] \ No newline at end of file