summaryrefslogtreecommitdiff
path: root/docs/docsite/known_good_reqs.txt
blob: 0636694db5c7ac39d7409e42df94544132cabcac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# pip packages required to build docsite
# tested August 10 2021

docutils==0.16
# check unordered lists when testing more recent docutils versions
# see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
jinja2==3.0.1
Pygments==2.9.0
PyYAML==5.4.1
resolvelib==0.5.4
rstcheck==3.3.1
sphinx==3.5.4 # Won't work with >= 4 so picking most recent 3.x release
sphinx-notfound-page==0.7.1 # must be >= 0.6
sphinx-intl==2.0.1
straight.plugin==1.5.0 # Needed for hacking/build-ansible.py which is the backend build script