diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/installation-searx.rst | 2 | ||||
| -rw-r--r-- | docs/conf.py | 1 | ||||
| -rw-r--r-- | docs/dev/makefile.rst | 2 | ||||
| -rw-r--r-- | docs/utils/index.rst | 1 | ||||
| -rw-r--r-- | docs/utils/standalone_searx.py.rst | 11 |
5 files changed, 15 insertions, 2 deletions
diff --git a/docs/admin/installation-searx.rst b/docs/admin/installation-searx.rst index f1d486021..a368bfe8c 100644 --- a/docs/admin/installation-searx.rst +++ b/docs/admin/installation-searx.rst @@ -52,7 +52,7 @@ In the same shell create *virtualenv*: :end-before: END create virtualenv To install searx's dependencies, exit the searx *bash* session you opened above -and restart a new. Before install, first check if your *virualenv* was sourced +and restart a new. Before install, first check if your *virtualenv* was sourced from the login (*~/.profile*): .. kernel-include:: $DOCS_BUILD/includes/searx.rst diff --git a/docs/conf.py b/docs/conf.py index 66c20594d..4b348ae0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,6 +87,7 @@ issues_github_path = "searx/searx" # HTML ----------------------------------------------------------------- sys.path.append(os.path.abspath('_themes')) +sys.path.insert(0, os.path.abspath("../utils/")) html_theme_path = ['_themes'] html_theme = "searx" diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 62cd0a984..699729a28 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -68,7 +68,7 @@ Python environment ``source ./local/py3/bin/activate`` -With Makefile we do no longer need to build up the virualenv manually (as +With Makefile we do no longer need to build up the virtualenv manually (as described in the :ref:`devquickstart` guide). Jump into your git working tree and release a ``make pyenv``: diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 13914af28..3c7387875 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -16,6 +16,7 @@ developers. filtron.sh morty.sh lxc.sh + standalone_searx.py .. _toolboxing common: diff --git a/docs/utils/standalone_searx.py.rst b/docs/utils/standalone_searx.py.rst new file mode 100644 index 000000000..557c4b75b --- /dev/null +++ b/docs/utils/standalone_searx.py.rst @@ -0,0 +1,11 @@ + +.. _standalone_searx.py: + +============================= +``utils/standalone_searx.py`` +============================= + +.. automodule:: standalone_searx + :members: + + |