From 6359c719d6ae03764cf487c3e80e598cd19c5596 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Apr 2012 17:37:11 -0400 Subject: The [html]extra_css configuration value is a file path to a CSS file that gets copied into the HTML report. --- doc/config.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index 7a54eec..5c7f861 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -173,6 +173,10 @@ also apply to HTML output, where appropriate. ``directory`` (string, default "htmlcov"): where to write the HTML report files. +``extra_css`` (string): the path to a file of CSS to apply to the HTML report. +The file will be copied into the HTML output directory. Don't name it +"style.css". + [xml] ----- -- cgit v1.2.1