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