mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-01 21:57:51 +03:00
chore: Update .readthedocs.yaml configuration file and add backend path
This commit is contained in:
parent
34178a74c5
commit
dafcb9cfde
@ -9,6 +9,8 @@ build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
|
||||
|
||||
|
||||
mkdocs:
|
||||
configuration: backend/docs/mkdocs.yml
|
||||
@ -16,5 +18,6 @@ mkdocs:
|
||||
# Optionally declare the Python requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- requirements: backend/requirements.lock
|
||||
- path: backend
|
||||
- requirements: backend/docs/requirements.lock
|
||||
- method: pip
|
||||
path: backend
|
Loading…
Reference in New Issue
Block a user