123456789101112131415161718192021 |
- """Configuration for the Searx user handbook
- """
- project = 'Searx User-HB'
- version = release = VERSION_STRING
- intersphinx_mapping['searx'] = (brand.DOCS_URL, None)
- latex_documents = [
- ('index'
- , 'searx-user-hb.tex'
- , ''
- , author
- , 'howto'
- , False
- ),
- ]
|