We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Arfrever...@gmail.com on 2014-10-15T03:41:54Z
When building documentation with Sphinx:
... copying static files... WARNING: favicon file 'favicon.ico' does not exist done ...
Path in html_favicon variable should be relative to conf.py file. Fix:
--- doc/conf.py +++ doc/conf.py @@ -119 +119 @@ -html_favicon = 'favicon.ico' +html_favicon = '_static/favicon.ico'
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2008
The text was updated successfully, but these errors were encountered:
From ccordoba12 on 2014-11-18T15:09:29Z
Thanks for the patch.
Status: Accepted Labels: MS-v2.3.2
Sorry, something went wrong.
From ccordoba12 on 2014-11-19T12:23:11Z
This issue was closed by revision c10735865805 .
Status: Fixed
No branches or pull requests
From Arfrever...@gmail.com on 2014-10-15T03:41:54Z
When building documentation with Sphinx:
...
copying static files... WARNING: favicon file 'favicon.ico' does not exist
done
...
Path in html_favicon variable should be relative to conf.py file.
Fix:
--- doc/conf.py
+++ doc/conf.py
@@ -119 +119 @@
-html_favicon = 'favicon.ico'
+html_favicon = '_static/favicon.ico'
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2008
The text was updated successfully, but these errors were encountered: