freeipa/doc/requirements.txt
Alexander Bokovoy e547119342 docs: force sphinx version above 3.0 to avoid caching in RTD
ReadTheDocs somehow caches requirements and insists in using old
version of Sphinx (1.8). We have to force using newer one (4.5)

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
2022-05-04 10:40:07 +03:00

36 lines
460 B
Plaintext

wheel
sphinx > 3.0
# convert markdown to rest
# m2r2 fork is active in development and works with
# newer sphinx versions
m2r2
## ipa dependencies
dnspython
jwcrypto
netaddr
qrcode
six
pyasn1
pyasn1-modules
requests
## C libraries with binary wheels
cffi
cryptography
lxml
## C libraries without binaries wheels
# gssapi
# dbus-python
# python-ldap
## No sufficient PyPI packages
# dogtag-pki
# Sequence diagrams generator
sphinxcontrib-plantuml
pillow