Skip to content

Commit

Permalink
🗓 Oct 25, 2023 7:14:07 PM
Browse files Browse the repository at this point in the history
💚 build steps added/updated
📔 docs added/updated
  • Loading branch information
securisec committed Oct 25, 2023
1 parent 4d511d7 commit 6f2d572
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.10"

python:
version: '3.8'
install:
- method: pip
path: .
- method: pip
path: .
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recommonmark

0 comments on commit 6f2d572

Please sign in to comment.