diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
| commit | f241ca6050ffc5e3d285b1af290b69f38e3eb21b (patch) | |
| tree | 7c7a0561f0c9b4574adddc730fc5e094dde66a24 /doc/config.rst | |
| parent | b0c8d08d9d1bd16720113898690f4bc99c8288e9 (diff) | |
| download | python-coveragepy-git-f241ca6050ffc5e3d285b1af290b69f38e3eb21b.tar.gz | |
Use doc8 for some light checking of doc files
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst index b149f4f6..afa67570 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -232,7 +232,8 @@ Allowed values are "Name", "Stmts", "Miss", "Branch", "BrPart", or "Cover". Values particular to HTML reporting. The values in the ``[report]`` section also apply to HTML output, where appropriate. -``directory`` (string, default "htmlcov"): where to write the HTML report files. +``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 |
