summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-24 07:14:35 +0200
committerGitHub <noreply@github.com>2021-04-24 07:14:35 +0200
commita7b9eca98a196052bed8168ff11d13456851b04f (patch)
treefcafca4b1c2b95f5e789275d7fd64b9d578c13fb /docs/user
parentfe064a5c390f7b85aa0e7b207b38129cca2ccc17 (diff)
parentabd423cbf8fd221c855eeabc5f3a61b7954e3961 (diff)
Merge pull request #8 from return42/manage-script
Replace Makefile boilerplate by shell scripts
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/conf.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/user/conf.py b/docs/user/conf.py
deleted file mode 100644
index 1cf5cca95..000000000
--- a/docs/user/conf.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-"""Configuration for the Searx user handbook
-"""
-project = 'Searx User-HB'
-version = release = VERSION_STRING
-
-intersphinx_mapping['searx'] = (brand.DOCS_URL, None)
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title,
-# author, documentclass [howto, manual, or own class]).
-latex_documents = [
- ('index' # startdocname
- , 'searx-user-hb.tex' # targetname
- , '' # take title from .rst
- , author # author
- , 'howto' # documentclass
- , False # toctree_only
- ),
-]
-