diff --git a/img/favicon.ico b/docs/_static/img/favicon.ico similarity index 100% rename from img/favicon.ico rename to docs/_static/img/favicon.ico diff --git a/img/icon.svg b/docs/_static/img/icon.svg similarity index 73% rename from img/icon.svg rename to docs/_static/img/icon.svg index f86f334f..e37851a2 100644 --- a/img/icon.svg +++ b/docs/_static/img/icon.svg @@ -2,9 +2,9 @@ + inkscape:current-layer="layer1" + fit-margin-top="9.8" + fit-margin-left="8" + fit-margin-right="10" + fit-margin-bottom="9.8" /> + id="layer1" + transform="translate(-47.453609,-27.112369)"> diff --git a/img/xo-icon.svg b/docs/_static/img/xo-icon.svg similarity index 100% rename from img/xo-icon.svg rename to docs/_static/img/xo-icon.svg diff --git a/docs/conf.py b/docs/conf.py index 26dc0ec0..0860b3d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,3 +33,4 @@ pygments_style = 'sphinx' #html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] +html_favicon = '_static/img/favicon.ico'