mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
It's worked? (Docs)
This commit is contained in:
parent
93e8e5eaaf
commit
282b4fba9a
3 changed files with 2 additions and 4 deletions
|
|
@ -1 +0,0 @@
|
|||
sphinx_rtd_theme
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue