From: David Lord Date: Wed, 11 Jun 2025 17:28:39 +0000 (-0700) Subject: svg logo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2102%2Fhead;p=thirdparty%2Fjinja.git svg logo --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 865c6859..5196b205 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,5 +9,6 @@ python: - method: pip path: . sphinx: + configuration: docs/conf.py builder: dirhtml fail_on_warning: true diff --git a/README.md b/README.md index d1a6870d..182c3e96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ # Jinja Jinja is a fast, expressive, extensible templating engine. Special diff --git a/artwork/jinjalogo.svg b/artwork/jinjalogo.svg deleted file mode 100644 index 0bc9ea4e..00000000 --- a/artwork/jinjalogo.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/docs/_static/jinja-horizontal.svg b/docs/_static/jinja-horizontal.svg new file mode 100644 index 00000000..22065683 --- /dev/null +++ b/docs/_static/jinja-horizontal.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/jinja-icon.svg b/docs/_static/jinja-icon.svg new file mode 100644 index 00000000..0700e8d8 --- /dev/null +++ b/docs/_static/jinja-icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/docs/_static/jinja-logo-sidebar.png b/docs/_static/jinja-logo-sidebar.png deleted file mode 100644 index 455b4c3c..00000000 Binary files a/docs/_static/jinja-logo-sidebar.png and /dev/null differ diff --git a/docs/_static/jinja-logo.png b/docs/_static/jinja-logo.png deleted file mode 100644 index 7f8ca5bb..00000000 Binary files a/docs/_static/jinja-logo.png and /dev/null differ diff --git a/docs/_static/jinja-vertical.svg b/docs/_static/jinja-vertical.svg new file mode 100644 index 00000000..08f54e66 --- /dev/null +++ b/docs/_static/jinja-vertical.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index 280610e5..ec264ed9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ html_sidebars = { } singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]} html_static_path = ["_static"] -html_favicon = "_static/jinja-logo-sidebar.png" -html_logo = "_static/jinja-logo-sidebar.png" +html_favicon = "_static/jinja-icon.svg" +html_logo = "_static/jinja-vertical.svg" html_title = f"Jinja Documentation ({version})" html_show_sourcelink = False diff --git a/docs/index.rst b/docs/index.rst index 4ce20719..15794205 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,9 +3,9 @@ Jinja ===== -.. image:: _static/jinja-logo.png +.. image:: _static/jinja-horizontal.svg :align: center - :target: https://palletsprojects.com/p/jinja/ + :height: 200px Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python