summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2017-06-12 12:34:30 +0200
committerAdam Tauber <asciimoo@gmail.com>2017-06-12 12:37:07 +0200
commitb92631bf8c36a8b7fa1fada219428af8e2abb566 (patch)
tree32d4aaf47cb7319163055ca395bffc006987c663 /docs
parentac2ec877b459ef10333bc70e33fbfd6b83c56d97 (diff)
downloadsearxng-b92631bf8c36a8b7fa1fada219428af8e2abb566.tar.gz
searxng-b92631bf8c36a8b7fa1fada219428af8e2abb566.zip
various mods: uwsgi setup and version update ++ py3 img src fix ++ new sphinx version - closes #939
Diffstat (limited to 'docs')
-rw-r--r--docs/blog/python3.rst2
-rw-r--r--docs/conf.py6
-rw-r--r--docs/dev/install/installation.rst2
3 files changed, 6 insertions, 4 deletions
diff --git a/docs/blog/python3.rst b/docs/blog/python3.rst
index f9a058902..eb14a49eb 100644
--- a/docs/blog/python3.rst
+++ b/docs/blog/python3.rst
@@ -3,7 +3,7 @@ Introducing Python3 support
As most operation systems are coming with Python3 installed by default. So it is time for searx to support Python3. But don't worry support of Python2.7 won't be dropped.
-.. image:: hurray.png
+.. image:: searxpy3.png
:scale: 50 %
:alt: hurray
:align: center
diff --git a/docs/conf.py b/docs/conf.py
index 012499570..52aad6630 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'searx'
-copyright = u'2015-2016, Adam Tauber'
+copyright = u'2015-2017, Adam Tauber'
author = u'Adam Tauber'
# The version info for the project you're documenting, acts as replacement for
@@ -57,9 +57,9 @@ author = u'Adam Tauber'
# built documents.
#
# The short X.Y version.
-version = '0.11.0'
+version = '0.12.0'
# The full version, including alpha/beta/rc tags.
-release = '0.11.0'
+release = '0.12.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/dev/install/installation.rst b/docs/dev/install/installation.rst
index b02718fe3..e1ae3f2a1 100644
--- a/docs/dev/install/installation.rst
+++ b/docs/dev/install/installation.rst
@@ -99,6 +99,8 @@ this content:
single-interpreter = true
master = true
plugin = python
+ lazy-apps = true
+ enable-threads = true
# Module to import
module = searx.webapp