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 # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # 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 # 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 # further. For a list of options available for each theme, see the

View file

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