diff --git a/docs/_static/logo-dark.svg b/docs/_static/logo-dark.svg new file mode 100644 index 0000000..baaa827 --- /dev/null +++ b/docs/_static/logo-dark.svg @@ -0,0 +1,11 @@ + + + + + + arxiv-post + \ No newline at end of file diff --git a/docs/_static/logo.svg b/docs/_static/logo-light.svg similarity index 100% rename from docs/_static/logo.svg rename to docs/_static/logo-light.svg diff --git a/docs/conf.py b/docs/conf.py index 37cede5..aa548bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # Project information author = "Akio Taniguchi" -copyright = "2021 Akio Taniguchi" +copyright = "2021-2022 Akio Taniguchi" # General configuration @@ -17,9 +17,12 @@ # Options for HTML output html_static_path = ["_static"] -html_logo = "_static/logo.svg" html_theme = "pydata_sphinx_theme" html_theme_options = { + "logo": { + "image_light": "logo-light.svg", + "image_dark": "logo-dark.svg", + }, "github_url": "https://github.com/astropenguin/arxiv-post/", "twitter_url": "https://twitter.com/astropengu_in/", } diff --git a/docs/index.md b/docs/index.md index a90a516..b1a1fc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,10 @@ ``` ```{toctree} +--- +hidden: +--- + Home Package guide <_apidoc/arxiv_post> ```