Skip to content

Commit e50dfc9

Browse files
committed
refact: move requirements.txt into ./docs folder
1 parent 1b42a07 commit e50dfc9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
python:
1515
install:
16-
- requirements: ./requirements.txt
16+
- requirements: ./docs/requirements.txt
1717

1818
# Build documentation in the docs/ directory with mkdocs
1919
mkdocs:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is used to build the documents, not the project.
2+
13
babel==2.16.0
24
certifi==2024.8.30
35
charset-normalizer==3.4.0

0 commit comments

Comments
 (0)