comparison docs/setup.rst @ 8604:61bd04b90f58

docs: clean up readthedocs URLs It will redirect to the canonical URL https://*.readthedocs.io/en/latest , and there is no point in linking to /en/latest .
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 01 Aug 2020 22:28:19 +0200
parents 307c876a6e89
children 71bdbf129190
comparison
equal deleted inserted replaced
8603:b42eae7b7abb 8604:61bd04b90f58
230 Setting up Whoosh full text search 230 Setting up Whoosh full text search
231 ---------------------------------- 231 ----------------------------------
232 232
233 Kallithea provides full text search of repositories using `Whoosh`__. 233 Kallithea provides full text search of repositories using `Whoosh`__.
234 234
235 .. __: https://whoosh.readthedocs.io/en/latest/ 235 .. __: https://whoosh.readthedocs.io/
236 236
237 For an incremental index build, run:: 237 For an incremental index build, run::
238 238
239 kallithea-cli index-create -c my.ini 239 kallithea-cli index-create -c my.ini
240 240