Skip to content

Commit 6988a0c

Browse files
authored
Merge pull request #3 from netdevops/claude/setup-hier-config-api-NurK7
Fix ReadTheDocs build by adding MkDocs dependencies
2 parents 482d1b4 + 64a613c commit 6988a0c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ python:
2828
install:
2929
- method: pip
3030
path: .
31+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Documentation build requirements for ReadTheDocs
2+
mkdocs>=1.6.1,<2.0.0
3+
mkdocs-material>=9.7.1,<10.0.0
4+
mkdocstrings[python]>=1.0.2,<2.0.0
5+
mkdocs-gen-files>=0.6.0,<0.7.0
6+
mkdocs-literate-nav>=0.6.2,<0.7.0
7+
mkdocs-section-index>=0.3.10,<0.4.0

0 commit comments

Comments
 (0)