Skip to content

Commit

Permalink
added docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpeckham committed Feb 3, 2024
1 parent 0d93e30 commit 8a8090d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ build:

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
12 changes: 12 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
mkdocs ~= 1.5.3
mkdocs-material ~= 9.5.1
mkdocs-minify-plugin ~= 0.7.1
mkdocs-git-revision-date-localized-plugin ~= 1.2.1
mkdocs-git-committers-plugin-2 ~= 2.2. 2
mkdocs-simple-hooks
mkdocstrings-python ~= 1.8.0
mkdocs-redirects ~= 1.2.1
mkdocs-glightbox ~= 0.3.5
mkdocs-click ~= 0.8.1
pymdown-extensions ~= 10.5.0
pygments ~= 2.17.2

0 comments on commit 8a8090d

Please sign in to comment.