Skip to content

Commit

Permalink
Chore: adds requirements.txt for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Oct 8, 2022
1 parent a29de3c commit 9b3fd96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
File renamed without changes.
13 changes: 11 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
version: 2
mkdocs:
configuration: mkdocs.yml
formats: all
configuration: .mkdocs.yml
formats:
- pdf
- epub
build:
os: "ubuntu-20.04"
tools:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jinja2==3.0.3
# mkdocs===1.4.0

0 comments on commit 9b3fd96

Please sign in to comment.