Fix error and migrate to python 3

This commit is contained in:
Tim Bentley 2015-08-31 07:56:15 +01:00
parent 6ae2986154
commit d0926a8479
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS =
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build-3
PAPER = PAPER =
# Internal variables. # Internal variables.

View File

@ -2,7 +2,7 @@
REM Command file for Sphinx documentation REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build set SPHINXBUILD=sphinx-build-3
set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% source set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" ( if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%

View File

@ -529,7 +529,7 @@ Server Settings- Secure
These options are identical in meaning to the ones documented in non_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. The only difference is these require an SSL cetificate to provide the security.
Instructions for creating and installing a certificate are documented at Instructions for creating and installing a certificate are documented at
`Generate SSL certificate <http://wiki.openlp.org/Authentication_and_SSL>_. `Generate SSL certificate <http://wiki.openlp.org/Authentication_and_SSL>`_.
*Changing from a Secure to Non Secure setup requires a restart of OpenLP.* *Changing from a Secure to Non Secure setup requires a restart of OpenLP.*
User Authentication User Authentication