We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057fe36 commit 3f8805cCopy full SHA for 3f8805c
.pre-commit-config.yaml
@@ -4,12 +4,12 @@ ci:
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 23.10.1
+ rev: 23.11.0
8
hooks:
9
- id: black
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.1.4
+ rev: v0.1.5
13
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
docs/conf.py
@@ -87,7 +87,7 @@
87
# The theme to use for HTML and HTML Help pages. See the documentation for
88
# a list of builtin themes.
89
html_theme = "furo"
90
-html_theme_options = {}
+html_theme_options = {"top_of_page_button": None}
91
html_logo = "_static/structlog_logo.svg"
92
html_static_path = ["_static"]
93
0 commit comments