From 2ba93a8c18ca008efb0b03e3cfa826e081a00514 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 12 Dec 2025 14:47:24 -0800 Subject: docs: Migrate docs from separate repo to `docs` subfolder (#3018) --- docs/pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/pyproject.toml (limited to 'docs/pyproject.toml') 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 = [] -- cgit v1.3.1