Skip to content

Commit ed0c4f4

Browse files
authored
Docs deployment build error
Fixing build error
2 parents 0f00066 + 2f5dc02 commit ed0c4f4

File tree

3 files changed

+256
-391
lines changed

3 files changed

+256
-391
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ jspm_packages/
9494

9595
# Test data and sample files
9696
sample_eval_data/
97+
98+
# Python/MkDocs
99+
site/
100+
.venv/
101+
__pycache__/
102+
*.pyc
103+
.pytest_cache/

pyproject.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
name = "openai-guardrails-js-docs"
33
version = "0.1.0"
44
description = "Documentation for OpenAI Guardrails JS"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.11"
66
dependencies = [
77
"mkdocs>=1.6.1",
88
"mkdocs-material>=9.6.14",
99
"pymdown-extensions>=10.0.0",
10-
"mkdocs-i18n>=0.4.3",
11-
]
12-
13-
[project.optional-dependencies]
14-
dev = [
15-
"mkdocs>=1.6.1",
16-
"mkdocs-material>=9.6.14",
17-
"pymdown-extensions>=10.0.0",
18-
"mkdocs-i18n>=0.4.3",
19-
]
10+
"mkdocs-i18n>=0.4.3"
11+
]

0 commit comments

Comments
 (0)