Skip to content

Commit f0f8d68

Browse files
chore(ci): add missing dependency to build docs (#6717)
1 parent a729699 commit f0f8d68

File tree

3 files changed

+103
-23
lines changed

3 files changed

+103
-23
lines changed

mkdocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,7 @@ plugins:
231231
- utilities/jmespath_functions.md
232232
Tutorial:
233233
- tutorial/index.md
234-
Contributing:
235-
- contributing/setup.md
236-
- contributing/getting_started.md
237-
- contributing/conventions.md
238-
234+
239235
- mkdocstrings:
240236
default_handler: python
241237
enable_inventory: true

poetry.lock

Lines changed: 101 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ boto3-stubs = {extras = ["appconfig", "appconfigdata", "cloudformation", "cloudw
124124
nox = "^2024.4.15"
125125
mkdocstrings-python = "^1.13.0"
126126
datadog-lambda = "^6.106.0"
127+
mkdocs-llmstxt = "^0.2.0"
127128

128129
[tool.coverage.run]
129130
source = ["aws_lambda_powertools"]

0 commit comments

Comments
 (0)