diff options
| author | Ian Ward <ian@excess.org> | 2012-10-17 10:08:51 -0400 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2012-10-17 10:08:51 -0400 |
| commit | d3ad7b0112bdb87b2b69c69f9b3623c27e8c096e (patch) | |
| tree | 9c5ea9ee2d86fcc72ddabd2cf6e7ef05a1760c2b /docs/conf.py | |
| parent | 75f296bc13449081532abc144b423367299ef5ad (diff) | |
| download | urwid-d3ad7b0112bdb87b2b69c69f9b3623c27e8c096e.tar.gz | |
docs: readthedocs theme setting
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5a6df7f..2bb577a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,6 +96,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'default' +html_style = None # make readthedocs really use the default theme # 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 |
