| 
									
										
										
										
											2020-03-21 18:45:38 +01:00
										 |  |  | # -*- coding: utf-8; mode: python -*- | 
					
						
							| 
									
										
										
										
											2020-06-18 18:57:10 +02:00
										 |  |  | """Configuration for the Searx user handbook
 | 
					
						
							| 
									
										
										
										
											2020-03-21 18:45:38 +01:00
										 |  |  | """
 | 
					
						
							|  |  |  | project   = 'Searx User-HB' | 
					
						
							|  |  |  | version   = release = VERSION_STRING | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-24 13:55:22 +01:00
										 |  |  | intersphinx_mapping['searx'] = (DOCS_URL, None) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 18:45:38 +01:00
										 |  |  | # Grouping the document tree into LaTeX files. List of tuples | 
					
						
							|  |  |  | # (source start file, target name, title, | 
					
						
							|  |  |  | #  author, documentclass [howto, manual, or own class]). | 
					
						
							|  |  |  | latex_documents = [ | 
					
						
							|  |  |  |     ('index'                       # startdocname | 
					
						
							|  |  |  |      , 'searx-user-hb.tex'         # targetname | 
					
						
							|  |  |  |      , ''                          # take title from .rst | 
					
						
							|  |  |  |      , author                      # author | 
					
						
							|  |  |  |      , 'howto'                     # documentclass | 
					
						
							|  |  |  |      , False                       # toctree_only | 
					
						
							|  |  |  |     ), | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 |