From a7074ac7c7dd2806ecb23dec745b710634a88297 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Fri, 4 Apr 2025 00:15:00 +0200 Subject: [PATCH] feat: update Read the Docs configuration to use specific requirements file and add mkdocs-material dependency --- .readthedocs.yaml | 2 +- docs/requirements.txt | 1 + mkdocs.yml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index af3cd331..17fd9102 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,4 +19,4 @@ mkdocs: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements.txt \ No newline at end of file + - requirements: /docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..4c8f017d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +mkdocs-material diff --git a/mkdocs.yml b/mkdocs.yml index a4233893..6a9fcdb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,6 @@ site_description: Intelligent Document Processing & Management site_url: https://docuelevate.readthedocs.io/ repo_url: https://github.com/christianlouis/DocuElevate repo_name: DocuElevate -repo_type: github theme: name: material logo: frontend/static/logo_writing.svg