mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-01 01:41:17 +08:00
* docs: split the book into English and Chinese builds * feat: update english version framework * fix: fix ci
8 lines
324 B
Plaintext
8 lines
324 B
Plaintext
bs4
|
|
# pin setuptools<81 so pkg_resources (used by notedown) remains available
|
|
setuptools<81
|
|
# d2lbook pins sphinxcontrib-bibtex<2.0.0, but that version's oset dep
|
|
# uses collections.MutableSet which was removed in Python 3.10.
|
|
# We override it here (installed after d2lbook to win the conflict).
|
|
sphinxcontrib-bibtex>=2.5.0
|