diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97558fe..0b425ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,6 +64,7 @@ repos: hooks: - id: check-builtin-literals - id: check-added-large-files + args: ["--maxkb=1000"] - id: check-case-conflict - id: check-toml - id: check-yaml diff --git a/docs/_static/sequence-logo.png b/docs/_static/sequence-logo.png new file mode 100644 index 0000000..cb1d15c Binary files /dev/null and b/docs/_static/sequence-logo.png differ diff --git a/docs/conf.py b/docs/conf.py index 83d7649..1a6abc9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,6 +114,7 @@ # html_theme = "alabaster" html_theme = "furo" html_title = "Sequence" +html_logo = "_static/sequence-logo.png" # Theme options are theme-specific and customize the look and feel of a # theme further. For a list of options available for each theme, see the diff --git a/news/84.docs b/news/84.docs new file mode 100644 index 0000000..0ddaf5e --- /dev/null +++ b/news/84.docs @@ -0,0 +1,2 @@ + +Added a *Sequence* logo to the docs.