Skip to content

Commit

Permalink
Add .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 25, 2023
1 parent 1fa6622 commit 8a62e4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths-ignore:
- '.gitignore'
- '.readthedocs.yaml'
- 'README.rst'
pull_request:
paths-ignore:
- '.gitignore'
- '.readthedocs.yaml'
- 'README.rst'

env:
Expand Down
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

formats:
- pdf
- epub

python:
install:
- requirements: requirements/docs_requirements.txt

0 comments on commit 8a62e4f

Please sign in to comment.