mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
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>
This commit is contained in:
parent
25fa7da6c8
commit
af2cae6d1d
6 changed files with 43 additions and 25 deletions
3
Makefile
3
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\]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue