refac: DOCS_DIR deprecated

This commit is contained in:
Timothy J. Baek
2024-10-05 01:45:22 -07:00
parent ed3e1397ca
commit 0bd88090bb
3 changed files with 1 additions and 58 deletions

View File

@@ -518,15 +518,6 @@ Path(UPLOAD_DIR).mkdir(parents=True, exist_ok=True)
CACHE_DIR = f"{DATA_DIR}/cache"
Path(CACHE_DIR).mkdir(parents=True, exist_ok=True)
####################################
# Docs DIR
####################################
DOCS_DIR = os.getenv("DOCS_DIR", f"{DATA_DIR}/docs")
Path(DOCS_DIR).mkdir(parents=True, exist_ok=True)
####################################
# Tools DIR
####################################