diff --git a/manual/Makefile b/manual/Makefile index aa8e5f4..7584f3c 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = sphinx-build-3 PAPER = # Internal variables. diff --git a/manual/make.bat b/manual/make.bat index 20bff1e..79da54c 100644 --- a/manual/make.bat +++ b/manual/make.bat @@ -2,7 +2,7 @@ REM Command file for Sphinx documentation -set SPHINXBUILD=sphinx-build +set SPHINXBUILD=sphinx-build-3 set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% diff --git a/manual/source/configure.rst b/manual/source/configure.rst index 27bf352..4f033dc 100644 --- a/manual/source/configure.rst +++ b/manual/source/configure.rst @@ -529,7 +529,7 @@ Server Settings- Secure These options are identical in meaning to the ones documented in non_secure_. The only difference is these require an SSL cetificate to provide the security. Instructions for creating and installing a certificate are documented at -`Generate SSL certificate _. +`Generate SSL certificate `_. *Changing from a Secure to Non Secure setup requires a restart of OpenLP.* User Authentication