Skip to content

Commit 3c31a11

Browse files
committed
Install mkdocs material when building the documentation site
1 parent efe2bbc commit 3c31a11

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ mkdocs:
2828
# Optional but recommended, declare the Python requirements required
2929
# to build your documentation
3030
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
31-
# python:
32-
# install:
33-
# - requirements: docs/requirements.txt
31+
python:
32+
install:
33+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs>=1.5.0
2+
mkdocs-material>=9.0.0

0 commit comments

Comments
 (0)