Disable epub format in rtd yaml config (#2557)

Because rubric is not supported

ValueError: <container: <rubric...><container...>> is not in list
This commit is contained in:
Sam Wu
2023-10-13 16:51:16 -06:00
committed by GitHub
parent 54177e8b96
commit b6c71018a6

View File

@@ -6,7 +6,7 @@ version: 2
sphinx:
configuration: docs/conf.py
formats: [htmlzip, pdf, epub]
formats: [htmlzip, pdf]
python:
install: