Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ sphinx:
configuration: docs/src/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# (LaTeX/PDF is currently broken, see gh-140)
formats:
- epub

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
Unreleased
----------

* Have ReadTheDocs only produce Epub as extra format (#140)
* Fix convert_str_time in util

v0.2.0 (2026-01-23)
Expand Down
Loading