diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-09 23:58:01 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-09 23:58:01 +0100 |
commit | 2eb8242a31f303d36c15b4644c54afb2cef8257e (patch) | |
tree | bbe9526c3ad093b7ccb9c8b51098ab277db2d70d /docs/conf.py | |
parent | 229d43874723f36b380eb49e53538bf21511fa5a (diff) | |
download | factory-boy-2eb8242a31f303d36c15b4644c54afb2cef8257e.tar factory-boy-2eb8242a31f303d36c15b4644c54afb2cef8257e.tar.gz |
doc: Use ReadTheDocs theme for local doc builds.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index c3512e0..d5b86f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,7 +114,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_theme = 'sphinx_rtd_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 |