diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-20 17:37:11 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-20 17:37:11 -0400 |
| commit | 6359c719d6ae03764cf487c3e80e598cd19c5596 (patch) | |
| tree | c654e139a064b05aa2300c7a351ad2f512617b33 /doc | |
| parent | e6fe32edc4c634ddc74bf5988f5238f94b3fa676 (diff) | |
| download | python-coveragepy-6359c719d6ae03764cf487c3e80e598cd19c5596.tar.gz | |
The [html]extra_css configuration value is a file path to a CSS file that gets copied into the HTML report.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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] ----- |
