Skip to content

Commit 7aa4152

Browse files
authored
fix: epub build (#87)
* fix: epub build issue * fix: Update .readthedocs.yaml * fix: Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml * Update .readthedocs.yaml
1 parent f7e1ba3 commit 7aa4152

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ build:
1818
os: ubuntu-22.04
1919
tools:
2020
python: "3.8" # We still support Python 3.8 for now.
21+
jobs:
22+
build:
23+
epub:
24+
- mkdir -p _temp
25+
- mkdir -p $READTHEDOCS_OUTPUT/epub
26+
- python -m sphinx -T -W --keep-going -b epub -d _build/doctrees -D language=en -D epub_build=True -D version="test" ./docs _temp
27+
- mv _temp/*.epub $READTHEDOCS_OUTPUT/epub
2128

2229
python:
2330
install:

0 commit comments

Comments
 (0)