feat: update Read the Docs configuration to use specific requirements file and add mkdocs-material dependency

This commit is contained in:
Christian Krakau-Louis
2025-04-04 00:15:00 +02:00
parent 8e22ef0f61
commit a7074ac7c7
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ mkdocs:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python: python:
install: install:
- requirements: requirements.txt - requirements: /docs/requirements.txt
+1
View File
@@ -0,0 +1 @@
mkdocs-material
-1
View File
@@ -3,7 +3,6 @@ site_description: Intelligent Document Processing & Management
site_url: https://docuelevate.readthedocs.io/ site_url: https://docuelevate.readthedocs.io/
repo_url: https://github.com/christianlouis/DocuElevate repo_url: https://github.com/christianlouis/DocuElevate
repo_name: DocuElevate repo_name: DocuElevate
repo_type: github
theme: theme:
name: material name: material
logo: frontend/static/logo_writing.svg logo: frontend/static/logo_writing.svg