summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 7a54eec5..5c7f861f 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]
-----