Skip to content

Commit

Permalink
build(deps): Remove pin on sphinx (#3650)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
  • Loading branch information
dependabot[bot] and sentrivana authored Oct 15, 2024
1 parent 302457d commit deca5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
import sphinx.builders.latex
import sphinx.builders.texinfo
import sphinx.builders.text
import sphinx.domains.c # noqa: F401
import sphinx.domains.cpp # noqa: F401
import sphinx.ext.autodoc # noqa: F401
import sphinx.ext.intersphinx # noqa: F401
import urllib3.exceptions # noqa: F401

typing.TYPE_CHECKING = True
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gevent
shibuya
sphinx==7.2.6
sphinx
sphinx-autodoc-typehints[type_comments]>=1.8.0
typing-extensions

0 comments on commit deca5f2

Please sign in to comment.