From e748abda92cf71852db29150f4f2524e3a17b156 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 7 Oct 2020 10:14:42 -0400 Subject: PyDoc: Remove workaround for slow sphinx builds Tesing with newer versions of sphinx to directory `sphinx-build` is executed has no affect on the build time. Testing even gave a 2-3% speed boost. --- doc/python_api/sphinx_doc_gen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/python_api/sphinx_doc_gen.py') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 7e9a42a721a..9526e236f20 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -41,8 +41,7 @@ Sphinx: HTML generation After you have built doc/python_api/sphinx-in (see above), generate html docs by running: - cd doc/python_api - sphinx-build sphinx-in sphinx-out + sphinx-build doc/python_api/sphinx-in doc/python_api/sphinx-out Sphinx: PDF generation -- cgit v1.2.3