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 | |
parent | 229d43874723f36b380eb49e53538bf21511fa5a (diff) | |
download | factory-boy-2eb8242a31f303d36c15b4644c54afb2cef8257e.tar factory-boy-2eb8242a31f303d36c15b4644c54afb2cef8257e.tar.gz |
doc: Use ReadTheDocs theme for local doc builds.
-rw-r--r-- | dev_requirements.txt | 3 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt index 22261a1..c78aa9d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -8,3 +8,6 @@ SQLAlchemy mongoengine mock wheel + +Sphinx +sphinx_rtd_theme 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 |