From 022e9614f07c88a03c90f2e364bbb95f6775099d Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 8 Apr 2025 03:54:57 +0200 Subject: [PATCH] adding material theme as requirement --- .readthedocs.yaml | 6 +++--- docs/requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 90edc31..2d69c84 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ mkdocs: # Optionally, but recommended, # declare the Python requirements required to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..898468c --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +mkdocs-material \ No newline at end of file