Skip to content

Commit 7e977d9

Browse files
merge master
2 parents 3630a2e + c04b944 commit 7e977d9

18 files changed

Lines changed: 1707 additions & 2436 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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
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-timeout
7-
pytest-watch
8-
jsonschema
95
executing
106
asttokens
117
responses
12-
pysocks
13-
socksio
148
httpcore[http2]
159
setuptools
16-
Brotli
1710
docker

0 commit comments

Comments
 (0)