aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2025-12-12 14:47:24 -0800
committerGitHub <noreply@github.com>2025-12-12 14:47:24 -0800
commit2ba93a8c18ca008efb0b03e3cfa826e081a00514 (patch)
treeb408f74c07d6270cb1618fcff932e94eebdef28d /docs/pyproject.toml
parentfix: prevent interactive search crash when update check fails (#3016) (diff)
downloadatuin-2ba93a8c18ca008efb0b03e3cfa826e081a00514.zip
docs: Migrate docs from separate repo to `docs` subfolder (#3018)
Diffstat (limited to '')
-rw-r--r--docs/pyproject.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
new file mode 100644
index 00000000..e3bef982
--- /dev/null
+++ b/docs/pyproject.toml
@@ -0,0 +1,15 @@
+[project]
+name = "atuin-cli-docs"
+version = "1.0.0"
+description = "Atuin CLI documentation"
+requires-python = ">=3.11"
+dependencies = [
+ "mkdocs-material>=9.5",
+ "mkdocs-multirepo-plugin @ git+https://github.com/atuinsh/mkdocs-multirepo-plugin@mkt/imported_repo",
+ "mkdocs-git-revision-date-localized-plugin>=1.2",
+ "mkdocs-glightbox>=0.4",
+ "mkdocs-redirects>=1.2.2",
+]
+
+[dependency-groups]
+dev = []