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