Add sphinx-rtd-theme as a dev.txt dependency

It is no longer a hard dependency for sphinx since version 1.4.0.
This commit is contained in:
James Hiew 2017-02-18 18:22:49 +00:00
parent 976f2a8607
commit c160293f0c
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,6 @@ 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

View File

@ -1,4 +1,5 @@
-r base.txt
sphinx
sphinx-rtd-theme
mysql-python
psycopg2==2.6.1