summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2019-12-18 16:11:05 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2019-12-18 16:11:05 +0100
commitf09459b98ae877d7dfd40d85c0edf058c65913d5 (patch)
treeaba29f2e12b20a7c54687d8456869a6224820437 /docs/conf.py
parentda56bda26542de5697691ff80dac6df876fb366b (diff)
downloadsearxng-f09459b98ae877d7dfd40d85c0edf058c65913d5.tar.gz
searxng-f09459b98ae877d7dfd40d85c0edf058c65913d5.zip
doc: describe Makefile targets
With the aim to simplify development cycles, started with PR #1756 a Makefile based boilerplate was added. This patch adds the missing developer documentation. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c0bd246ac..64c7a715f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -32,6 +32,7 @@ extlinks['origin'] = (GIT_URL + '/blob/master/%s', 'git://')
extlinks['patch'] = (GIT_URL + '/commit/%s', '#')
extlinks['search'] = (SEARX_URL + '/%s', '#')
extlinks['docs'] = (DOCS_URL + '/%s', 'docs: ')
+extlinks['pypi'] = ('https://pypi.org/project/%s', 'PyPi: ')
extensions = [
'sphinx.ext.extlinks',