diff --git a/docs/_static/fiat.png b/docs/_static/fiat.png deleted file mode 100644 index 1b5a16e9..00000000 Binary files a/docs/_static/fiat.png and /dev/null differ diff --git a/docs/_static/fiat_logo.svg b/docs/_static/fiat_logo.svg new file mode 100644 index 00000000..63570dfa --- /dev/null +++ b/docs/_static/fiat_logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 9d493159..5453e1eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,7 +161,7 @@ def write_nested_dropdown(name, data_cat, note="", categories=[]): # a list of builtin themes. # html_theme = "pydata_sphinx_theme" -html_logo = "_static/fiat.png" +html_logo = "_static/fiat_logo.svg" autodoc_member_order = "bysource" # overwrite default alphabetical sort autoclass_content = "both"