mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
* Publish an epub of the docs on Read the Docs (#1835) Read the Docs' built-in formats support (the existing formats: all in .readthedocs.yaml) only produces epub/PDF for Sphinx projects, and is a silent no-op for MkDocs ones. Instead, per RTD's documented build-customization path, generate the epub ourselves in a post_build job and place it in $READTHEDOCS_OUTPUT/epub/, which RTD then publishes on the project Downloads page and in the docs flyout menu. The epub itself is built by the new docs/build-epub.sh: it takes the committed, generated Markdown pages in docs/src in mkdocs.yml nav order, strips the HTML-only quicklinks header from each page, and runs pandoc (installed on RTD via build.apt_packages). Locally, `make -C docs epub` does the same for anyone with pandoc installed; nothing here is part of `make dev` or any default build path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix misrender --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
23 lines
182 B
Text
23 lines
182 B
Text
/mlr
|
|
|
|
.sw?
|
|
.*.sw?
|
|
*~
|
|
/.vscode
|
|
|
|
tags
|
|
|
|
push2
|
|
data/.gitignore
|
|
|
|
man/man1
|
|
|
|
data/big.*
|
|
data/nmc?.*
|
|
|
|
docs/src/polyglot-dkvp-io/__pycache__
|
|
docs/site/
|
|
docs/miller-docs.epub
|
|
|
|
.cursor
|
|
.claude
|