Skip to content

Commit

Permalink
Fix icon not displaying on RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Sep 21, 2017
1 parent d222a65 commit e371c42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ __pycache__/
/.Python
/bin/
docs/_build/
docs/_static/*
!docs/_static/icon.png
/include/
/lib/
/pip-selfcheck.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<p align="center">
<img src="https://github.com/kootenpv/yagmail/blob/master/resources/icon.png" width="48px"/>
<img src="https://github.com/kootenpv/yagmail/blob/master/docs/_static/icon.png" width="48px"/>
</p>

# yagmail -- Yet Another GMAIL/SMTP client
Expand Down
File renamed without changes
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
# documentation.
#
html_theme_options = {
# relative path from $PROJECT/_static/
'logo': "../../../../resources/icon.png",
'logo': "icon.png",
'logo_name': True,
'description': ("yagmail makes sending emails very "
"easy by doing all the magic for you"),
Expand Down

0 comments on commit e371c42

Please sign in to comment.