feat: update Read the Docs configuration to use specific requirements file and add mkdocs-material dependency
This commit is contained in:
+1
-1
@@ -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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
mkdocs-material
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user