diff --git a/docs/conf.py b/docs/conf.py index 4df9ff1..99012b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,3 +35,7 @@ "https://raw.githubusercontent.com/buettnerlab/pytometry/main/docs/_static/logo.ico" ) templates_path = ["_templates", "../lamin_sphinx/_templates"] +html_static_path = ["_static", "../lamin_sphinx/_static"] +ogp_image = ( + "https://raw.githubusercontent.com/buettnerlab/pytometry/main/docs/_static/logo.svg" +)