From 158f97bfb2c37873a25e997bd1e99b02e2a0c284 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Tue, 18 Jun 2019 13:24:57 -0500 Subject: [PATCH] updates docs reqs to specify Pygments version, remove tornado (#58007) --- .../rst/community/documentation_contributions.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/rst/community/documentation_contributions.rst b/docs/docsite/rst/community/documentation_contributions.rst index ef859ddf3f2..3f82386bab0 100644 --- a/docs/docsite/rst/community/documentation_contributions.rst +++ b/docs/docsite/rst/community/documentation_contributions.rst @@ -62,14 +62,14 @@ If you make multiple changes to the documentation, or add more than a line to it To work with documentation on your local machine, you need the following packages installed: -- libyaml -- PyYAML -- six -- tornado -- pyparsing - gcc - jinja2 +- libyaml +- Pygments >= 2.4.0 +- pyparsing +- PyYAML - rstcheck +- six - sphinx - sphinx-notfound-page