diff --git a/MANIFEST.in b/MANIFEST.in index 671e82dd0..dedb7d56a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ recursive-include xsdata * prune docs/_build prune docs/api/reference +exclude docs/_static/logo.png exclude .readthedocs.yml exclude .pre-commit-config.yaml diff --git a/README.rst b/README.rst index 1c3b3b7b0..e6c55e39f 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://github.com/tefra/xsdata/raw/master/docs/_static/logo.png +.. image:: https://github.com/tefra/xsdata/raw/master/docs/_static/logo.svg :target: https://xsdata.readthedocs.io/ Naive XML Bindings for python diff --git a/docs/_static/favicon.png b/docs/_static/favicon.png new file mode 100644 index 000000000..4f08cd476 Binary files /dev/null and b/docs/_static/favicon.png differ diff --git a/docs/_static/logo.svg b/docs/_static/logo.svg new file mode 100644 index 000000000..10033b170 --- /dev/null +++ b/docs/_static/logo.svg @@ -0,0 +1,8 @@ + + xsdata-logo + + + + diff --git a/docs/conf.py b/docs/conf.py index 5b12bd2a0..97747026f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,6 +75,7 @@ html_extra_path = ["robots.txt"] +html_favicon = "_static/favicon.png" # Material theme options (see theme.conf for more information) html_theme_options = {