From 8a8090dccdf9d94bf484c857516f28857bcf6121 Mon Sep 17 00:00:00 2001 From: David Peckham Date: Sat, 3 Feb 2024 16:30:27 -0500 Subject: [PATCH] added docs requirements --- .readthedocs.yaml | 6 ++++++ docs/requirements.txt | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 520ddfe..70e6c30 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,9 @@ build: mkdocs: configuration: mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..abe94b4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,12 @@ +mkdocs ~= 1.5.3 +mkdocs-material ~= 9.5.1 +mkdocs-minify-plugin ~= 0.7.1 +mkdocs-git-revision-date-localized-plugin ~= 1.2.1 +mkdocs-git-committers-plugin-2 ~= 2.2. 2 +mkdocs-simple-hooks +mkdocstrings-python ~= 1.8.0 +mkdocs-redirects ~= 1.2.1 +mkdocs-glightbox ~= 0.3.5 +mkdocs-click ~= 0.8.1 +pymdown-extensions ~= 10.5.0 +pygments ~= 2.17.2