summaryrefslogtreecommitdiffstats
path: root/docs/docsite
diff options
context:
space:
mode:
authorSayee <57951841+sayee-jadhav@users.noreply.github.com>2020-06-11 20:47:17 +0200
committerGitHub <noreply@github.com>2020-06-11 20:47:17 +0200
commit1d63b6f4f8525b19e6cf92993e1859c9fff0ce74 (patch)
tree88bdca56be794af8ccb9ac349202027cae4efb8e /docs/docsite
parentconfig: singular ANSIBLE_COLLECTIONS_PATH (#70007) (diff)
downloadansible-1d63b6f4f8525b19e6cf92993e1859c9fff0ce74.tar.xz
ansible-1d63b6f4f8525b19e6cf92993e1859c9fff0ce74.zip
updated requirements file for docs build (#70020)
Diffstat (limited to 'docs/docsite')
-rw-r--r--docs/docsite/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt
index 4ad3aa474f..4f06993bb9 100644
--- a/docs/docsite/requirements.txt
+++ b/docs/docsite/requirements.txt
@@ -2,7 +2,8 @@
jinja2
PyYAML
rstcheck
-sphinx
+sphinx==2.1.2
sphinx-notfound-page
Pygments >= 2.4.0
straight.plugin # Needed for hacking/build-ansible.py which is the backend build script
+make