config: fix pybricks logo

Use anti-aliasing
On blue backgrounds like rtd, logo is white and transparent
This commit is contained in:
Laurens Valk
2020-03-20 15:58:20 +01:00
parent a827491b2b
commit c78f4b04f9
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ _DISCLAIMER = 'LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are\
trademarks and/or copyrights of the LEGO Group of companies \
which does not sponsor, authorize or endorse this site.'
html_logo = '../common/images/pybricks-logo-small.png'
html_logo = '../common/images/pybricks-logo-rtd.png'
latex_logo = '../common/images/pybricks-logo-large.png'
exec(open(os.path.abspath("../common/conf.py")).read())
-3
View File
@@ -1,3 +0,0 @@
*.png
!pybricks-logo-large.png
!pybricks-logo-small.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB