Skip to content

Commit

Permalink
#102 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Jul 29, 2022
1 parent 75fec18 commit 3e4ad90
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/_static/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project information
author = "Akio Taniguchi"
copyright = "2021 Akio Taniguchi"
copyright = "2021-2022 Akio Taniguchi"


# General configuration
Expand All @@ -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/",
}
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
```

```{toctree}
---
hidden:
---
Home <self>
Package guide <_apidoc/arxiv_post>
```

0 comments on commit 3e4ad90

Please sign in to comment.