Skip to content

Commit

Permalink
Merge pull request #33 from codePerfectPlus/type-check
Browse files Browse the repository at this point in the history
adding readthedocs configure file
  • Loading branch information
DrakeEntity authored Oct 27, 2022
2 parents 363f452 + 615ae44 commit d7b3ff4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"

mkdocs:
configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# for readthedocs
jinja2<3.1.0
Markdown<3.2

0 comments on commit d7b3ff4

Please sign in to comment.