updates docs reqs to specify Pygments version, remove tornado (#58007)
This commit is contained in:
parent
b4d4f77963
commit
158f97bfb2
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue