diff options
| author | Bobby <[email protected]> | 2026-04-28 17:25:26 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 17:25:26 +0530 |
| commit | 8dd647fae61788ff22a7601e29f262ef2f64df1b (patch) | |
| tree | 4a2879160a10b866eba188df3242a55d459643f5 /.github/workflows | |
| parent | 0235b4fd7116716707706186081fce73a1c075b2 (diff) | |
| parent | 8acd77b50930a810a3d53a2a1065b3aaa2129aa0 (diff) | |
| download | edify-8dd647fae61788ff22a7601e29f262ef2f64df1b.tar.xz edify-8dd647fae61788ff22a7601e29f262ef2f64df1b.zip | |
fix(docs): drop PDF and EPUB builds from RTD (#49)
## Summary
RTD has been failing the build pipeline for `latest` because the PDF
format can't be produced. HTML and htmlzip succeed; PDF fails on
`pdflatex`'s inability to render the README's SVG badges or the IPA
Unicode in the project pronunciation, leaves a damaged output, and RTD's
uploader refuses with *"Build output directory for format 'pdf' contains
multiple files."*
This drops the `formats: all` line from `.readthedocs.yml`, which
defaults RTD back to HTML-only.
Re-introducing PDF would require switching the LaTeX engine to
`xelatex`/`lualatex` and hiding every README badge behind `.. only::
html` directives, with the standing risk that any new badge or non-ASCII
character re-breaks it. PDFs of a regex-builder library aren't worth
that maintenance bill.
If the htmlzip download specifically is missed, that's a one-line
follow-up: `formats: [htmlzip]`.
Closes #48
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
