Skip to content

Commit

Permalink
Merge branch 'development' into add-mergeable
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-volue committed Oct 13, 2023
2 parents 1cbf158 + f7af346 commit 2ab91bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -19,4 +19,4 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx==7.2.6
sphinx-rtd-theme==1.3.0
pillow==10.0.1
mock==5.1.0
commonmark==0.9.1
recommonmark==0.7.1

0 comments on commit 2ab91bb

Please sign in to comment.