summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2019-12-04 16:48:36 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2019-12-12 12:39:38 +0100
commitaf2cae6d1d71859e867a9fbc5da604ef6a898794 (patch)
tree648bcb7d4e23ad3a39696fad2585357f0c94dbd6 /Makefile
parent25fa7da6c8276ed8958793e1b88071eab6b413f5 (diff)
doc: make use of sphinx.ext.extlinks & sphinx.ext.intersphinx
- add sphinx extensions - patch documentation to make use of These modules help to simplify the reST markup of external references. BTW it helps to write more readable reST and form custom brands. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dae8fce31..b4eb14ba7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
# -*- coding: utf-8; mode: makefile-gmake -*-
+export GIT_URL=https://github.com/asciimoo/searx
+export SEARX_URL=https://searx.me
+
PYOBJECTS = searx
DOC = docs
PY_SETUP_EXTRAS ?= \[test\]