Skip to content

Commit

Permalink
Merge pull request #28 from inhandnet/pre-release
Browse files Browse the repository at this point in the history
Build test
  • Loading branch information
soodifficult committed Oct 28, 2021
2 parents 6fe7625 + 09496a4 commit 4751ee0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,10 @@

# A list of files that should not be packed into the epub file.
epub_exclude_files = ['search.html']

version: 2

python:
install:
- requirements: requirements.txt

9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

python:
version: "3.7"
install:
- method: pip
path: .
extra_requirements:
- docutils>=0.14,<0.18

0 comments on commit 4751ee0

Please sign in to comment.