Skip to content

Commit 0cb18b1

Browse files
merge master
2 parents fb52169 + 37e3186 commit 0cb18b1

18 files changed

Lines changed: 488 additions & 396 deletions

File tree

docs/_static/.gitkeep

Whitespace-only changes.

docs/_static/logo-dark.svg

Lines changed: 42 additions & 0 deletions
Loading

docs/_static/logo-light.svg

Lines changed: 41 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
# documentation.
9696
#
9797
html_theme_options = {
98+
"light_logo": "_static/logo-light.svg",
99+
"dark_logo": "_static/logo-dark.svg",
98100
"github_url": "https://github.com/getsentry/sentry-python",
99101
}
100102

requirements-testing.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
pip
21
pytest>=6.0.0
3-
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
42
pytest-cov
53
pytest-forked
64
pytest-localserver
75
pytest-timeout
8-
pytest-watch
96
jsonschema
107
executing
118
asttokens
129
responses
1310
socksio
1411
httpcore[http2]
1512
setuptools
16-
Brotli
1713
docker

0 commit comments

Comments
 (0)