It's worked? (Docs)

This commit is contained in:
Alex Root Junior 2017-06-19 15:04:24 +03:00
parent 93e8e5eaaf
commit 282b4fba9a
3 changed files with 2 additions and 4 deletions

View file

@ -1 +0,0 @@
sphinx_rtd_theme

View file

@ -90,7 +90,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'alabaster'
# 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

View file

@ -2,7 +2,7 @@ name: py_test
channels:
- anaconda
dependencies:
- python>=3.5
- python==3.6
- pip
- openssl
- xz
@ -29,4 +29,3 @@ dependencies:
- six
- snowballstemmer
- sphinx
- sphinx_rtd_theme