diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:17:51 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 15:17:51 -0500 |
| commit | fddc90f9dcab00aba268ed3828bb84fd060cb0a6 (patch) | |
| tree | 3c657ad3e49e3be3cf646701f305b223eb34c6eb /doc/conf.py | |
| parent | 769eec1965c3abd8169f78d735e215c072b2e234 (diff) | |
| download | python-coveragepy-fddc90f9dcab00aba268ed3828bb84fd060cb0a6.tar.gz | |
Try not having a custom style on rtfd
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 582b537..8b0726f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,7 @@ html_theme = 'default' # documentation. #html_theme_options = {} -html_style = "neds.css" +#html_style = "neds.css" html_add_permalinks = False |
