Skip to content

Commit a85dcb6

Browse files
Merge pull request #386 from python-mario/dependabot/pip/sphinx-rtd-theme-0.5.0
2 parents e95a403 + 26e7ece commit a85dcb6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

poetry.lock

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ xmltodict = "0.12.0"
7979
pyyaml = "5.3.1"
8080
pyrsistent = "0.16.0"
8181
sphinx = {version = "2.1.2", optional = true}
82-
sphinx-rtd-theme = {version = "^0.4.3", optional = true}
82+
sphinx-rtd-theme = {version = ">=0.4.3,<0.6.0", optional = true}
8383
sphinx-autodoc-typehints = {version = "^1.7", optional = true}
8484
sphinx-click = {version = "^2.2", optional = true}
8585
marshmallow-jsonschema = {version = "^0.8.0", optional = true}
@@ -102,7 +102,7 @@ cuvner = "^18.0"
102102
pytest-cov = "^2.10"
103103
tox = "^3.15"
104104
lockfile = "^0.12.2"
105-
sphinx_rtd_theme = "^0.4.3"
105+
sphinx_rtd_theme = ">=0.4.3,<0.6.0"
106106
pytest-sugar = "^0.9.3"
107107
lxml = "^4.5"
108108
docshtest = "^0.0.2"

0 commit comments

Comments
 (0)