Skip to content

Commit afd9257

Browse files
committed
Added docs/requirements.txt for rtfd.io build process.
1 parent 75cb614 commit afd9257

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ build:
99

1010
mkdocs:
1111
configuration: mkdocs.yml
12+
13+
# Optionally declare the Python requirements required to build your docs
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-material

0 commit comments

Comments
 (0)