File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ For more information, see
42
42
Building and previewing the CodeQL documentation
43
43
************************************************
44
44
45
- To build and preview the documentation and training presentations locally, you need to
46
- install Sphinx 1.7.9. More recent versions of Sphinx do not work with hieroglyph,
47
- the Sphinx extension that we use to generate HTML slides, as explained below.
45
+ To build and preview the documentation and training presentations locally, you need to
46
+ install Sphinx 1.7.9 using Python 2 (for example: `pip install sphinx==1.7.9 `).
47
+ More recent versions of Sphinx do not work with hieroglyph,
48
+ the Sphinx extension that we use to generate HTML slides, as explained below.
48
49
For installation options, see https://github.com/sphinx-doc/sphinx.
49
50
50
51
You can’t perform that action at this time.
0 commit comments