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 | 6805865a8e884bb97fc02d628cc4c2b3dd246c6e (patch) | |
tree | f85ad313edd8721ed9c0070bdf799c6970f1ef2b /doc/conf.py | |
parent | 8fb9e6cd700c4b84d67ddc2b996493f4d8ea879a (diff) | |
download | python-coveragepy-git-6805865a8e884bb97fc02d628cc4c2b3dd246c6e.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 582b5378..8b0726fd 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 |