diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 19:11:18 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 19:11:18 -0400 |
commit | 42ca5fd8170d1052cb35090a56eca1b95337f61f (patch) | |
tree | eb8f953e8ea33b83102fc87ea74c952b1e03b6d7 /doc/conf.py | |
parent | afa75d3bd2097d8817afa20f67202b396d0cbc92 (diff) | |
download | python-coveragepy-git-42ca5fd8170d1052cb35090a56eca1b95337f61f.tar.gz |
Change theme back to 'default'
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 1be0c4d8..30c0281f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,7 +103,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'classic' +html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |