From 1e608a495a2ff7cd3a779f5aded1b3b3700be713 Mon Sep 17 00:00:00 2001 From: richard morris Date: Wed, 25 Oct 2023 01:53:00 +1100 Subject: [PATCH] add c3 square logo as favicon --- doc/_static/c3-square.svg | 553 ++++++++++++++++++++++++++++++++++++++ doc/conf.py | 2 +- 2 files changed, 554 insertions(+), 1 deletion(-) create mode 100644 doc/_static/c3-square.svg diff --git a/doc/_static/c3-square.svg b/doc/_static/c3-square.svg new file mode 100644 index 00000000..58b950f4 --- /dev/null +++ b/doc/_static/c3-square.svg @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/conf.py b/doc/conf.py index 22c28e05..fae12897 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ def make_nbsphinx_thumbnails(): # Prevent numpydoc from requiring stub files for methods numpydoc_class_members_toctree = False html_logo = "_static/c3-logo.png" -html_favicon = "_static/c3-logo.ico" +html_favicon = "_static/c3-square.svg" bibtex_bibfiles = ["cogent3.bib"] templates_path = ["doc/templates"]