Skip to content

Commit 3f8805c

Browse files
committed
docs: remove useless edit button
1 parent 057fe36 commit 3f8805c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.10.1
7+
rev: 23.11.0
88
hooks:
99
- id: black
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.1.4
12+
rev: v0.1.5
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# The theme to use for HTML and HTML Help pages. See the documentation for
8888
# a list of builtin themes.
8989
html_theme = "furo"
90-
html_theme_options = {}
90+
html_theme_options = {"top_of_page_button": None}
9191
html_logo = "_static/structlog_logo.svg"
9292
html_static_path = ["_static"]
9393

0 commit comments

Comments
 (0)