From 0ca71b16b966d65e19f4a80bb398fc55e6cfcb2c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 17 Apr 2024 13:51:14 -0400 Subject: [PATCH] xo-flatstring: docs: + favicon (with sphinx) --- {img => docs/_static/img}/favicon.ico | Bin {img => docs/_static/img}/icon.svg | 29 +++++++++++++++----------- {img => docs/_static/img}/xo-icon.svg | 0 docs/conf.py | 1 + 4 files changed, 18 insertions(+), 12 deletions(-) rename {img => docs/_static/img}/favicon.ico (100%) rename {img => docs/_static/img}/icon.svg (73%) rename {img => docs/_static/img}/xo-icon.svg (100%) 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 f86f334..e37851a 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 26dc0ec..0860b3d 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'