Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Jul 20, 2024
1 parent 7a9d8c0 commit 2c8f91e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'mmh3'
copyright = '2011-2024, Hajime Senuma'
author = 'Hajime Senuma'
project = "mmh3"
copyright = "2011-2024, Hajime Senuma"
author = "Hajime Senuma"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['sphinx.ext.autodoc', 'myst_parser']
extensions = ["sphinx.ext.autodoc", "myst_parser"]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'shibuya'
html_static_path = ['_static']
html_theme = "shibuya"
html_static_path = ["_static"]
html_theme_options = {
'github_url': 'https://github.com/hajimes/mmh3',
}
"github_url": "https://github.com/hajimes/mmh3",
}
1 change: 1 addition & 0 deletions docs/readme_link.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<!-- markdownlint-disable -->
```{include} ../README.md
```

0 comments on commit 2c8f91e

Please sign in to comment.