mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-22 04:22:49 +00:00
Fix error and migrate to python 3
This commit is contained in:
parent
6ae2986154
commit
d0926a8479
@ -3,7 +3,7 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD = sphinx-build-3
|
||||
PAPER =
|
||||
|
||||
# Internal variables.
|
||||
|
@ -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%
|
||||
|
@ -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 <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.*
|
||||
|
||||
User Authentication
|
||||
|
Loading…
Reference in New Issue
Block a user