diff --git a/build/html/.buildinfo b/build/html/.buildinfo index 822fe27..2968737 100644 --- a/build/html/.buildinfo +++ b/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 32998d9c350b2b96d1ebecd5ebdf4a10 +config: c7d3f926619dfa18906c1ebd5121f8ae tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/build/html/ETHICS.html b/build/html/ETHICS.html index d541153..a131b0a 100644 --- a/build/html/ETHICS.html +++ b/build/html/ETHICS.html @@ -13,6 +13,8 @@ + + @@ -54,6 +56,9 @@ + + + diff --git a/build/html/MRI.html b/build/html/MRI.html index 83ff971..330f315 100644 --- a/build/html/MRI.html +++ b/build/html/MRI.html @@ -13,6 +13,8 @@ + + @@ -53,6 +55,9 @@ + + + diff --git a/build/html/OVERVIEW.html b/build/html/OVERVIEW.html index ad5625f..5ba9dbd 100644 --- a/build/html/OVERVIEW.html +++ b/build/html/OVERVIEW.html @@ -13,6 +13,8 @@ + + @@ -52,6 +54,9 @@ + + + diff --git a/build/html/PHYSIOLOGY.html b/build/html/PHYSIOLOGY.html index 3550d51..ad361dd 100644 --- a/build/html/PHYSIOLOGY.html +++ b/build/html/PHYSIOLOGY.html @@ -13,6 +13,8 @@ + + @@ -54,6 +56,9 @@ + + + diff --git a/build/html/_static/logo_neuromod_black.png b/build/html/_static/logo_neuromod_black.png new file mode 100644 index 0000000..d0b8be9 Binary files /dev/null and b/build/html/_static/logo_neuromod_black.png differ diff --git a/build/html/_static/logo_neuromod_small.png b/build/html/_static/logo_neuromod_small.png new file mode 100644 index 0000000..583fb07 Binary files /dev/null and b/build/html/_static/logo_neuromod_small.png differ diff --git a/build/html/genindex.html b/build/html/genindex.html index 03cda7e..609cde3 100644 --- a/build/html/genindex.html +++ b/build/html/genindex.html @@ -14,6 +14,8 @@ + + @@ -53,6 +55,9 @@ + + + diff --git a/build/html/index.html b/build/html/index.html index 160860e..c03df9e 100644 --- a/build/html/index.html +++ b/build/html/index.html @@ -13,6 +13,8 @@ + + @@ -53,6 +55,9 @@ + + + diff --git a/build/html/search.html b/build/html/search.html index 26e28d2..fce9e45 100644 --- a/build/html/search.html +++ b/build/html/search.html @@ -13,6 +13,8 @@ + + @@ -53,6 +55,9 @@ + + + diff --git a/source/conf.py b/source/conf.py index ddc0ce8..2c30023 100644 --- a/source/conf.py +++ b/source/conf.py @@ -54,10 +54,10 @@ html_short_title = 'CNeuroMod' # The logo -html_logo = 'img/cneurmod.png' +html_logo = 'img/logo_neuromod_black.png' # icon -html_favicon = 'img/cneurmod.png' +html_favicon = 'img/logo_neuromod_small.png' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,