Skip to content

Commit 9e65319

Browse files
committed
docs: update mkdocs version
this fixes an issue when building on readthedocs see readthedocs/readthedocs.org#9064
1 parent 38d43a6 commit 9e65319

File tree

3 files changed

+16
-52
lines changed

3 files changed

+16
-52
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
1+
mkdocs==1.4.2 ; python_version >= "3.10" and python_version < "4.0"
22
pygments==2.14.0 ; python_version >= "3.10" and python_version < "4.0"
33
jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0"

poetry.lock

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

pyproject.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ types-requests = "^2.28.11.13"
3434
jwcrypto = "^1.4.2"
3535
pyjwt = "^2.6.0"
3636

37-
[tool.poetry.dev-dependencies]
37+
[tool.poetry.group.dev.dependencies]
3838

3939
# Formatters
4040
black = "^22.1"
@@ -59,7 +59,6 @@ freezegun = "*"
5959
coveragespace = "^6.0"
6060

6161
# Documentation
62-
mkdocs = "~1.3"
6362
pygments = "^2.11.1"
6463

6564
# Tooling
@@ -68,13 +67,13 @@ sniffer = "*"
6867
MacFSEvents = { version = "*", platform = "darwin" }
6968
pync = { version = "*", platform = "darwin" }
7069

70+
pytest-docker = {extras = ["docker-compose-v1"], version = "^1.0.1"}
71+
mkdocs = "^1.4.2"
72+
7173
[tool.poetry.scripts]
7274

7375
SolidClientCredentials = "solid_client_credentials.cli:main"
7476

75-
[tool.poetry.group.dev.dependencies]
76-
pytest-docker = {extras = ["docker-compose-v1"], version = "^1.0.1"}
77-
7877
[tool.black]
7978

8079
quiet = true

0 commit comments

Comments
 (0)