diff --git a/README.md b/README.md index c55871db..6db8d01e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ CodeEntropy CodeEntropy is a Python package for computing the configurational entropy of macromolecular systems using forces sampled from molecular dynamics (MD) simulations. It implements the multiscale cell correlation method to provide accurate and efficient entropy estimates, supporting a wide range of applications in molecular simulation and statistical mechanics.

- CodeEntropy logo - CodeEntropy logo + CodeEntropy logo + CodeEntropy logo

See [CodeEntropy’s documentation](https://codeentropy.readthedocs.io/en/latest/) for more information. diff --git a/docs/conf.py b/docs/conf.py index fb5e5435..de663408 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,8 +75,8 @@ # -- Options for HTML output ------------------------------------------------- html_theme = "furo" html_theme_options = { - "light_logo": "logos/biosim-codeentropy_logo_light.png", - "dark_logo": "logos/biosim-codeentropy_logo_dark.png", + "dark_logo": "logos/biosim-codeentropy_logo_light.png", + "light_logo": "logos/biosim-codeentropy_logo_dark.png", } html_static_path = ["_static"]