mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-04 08:01:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Sphinx configuration for readthedocs.
 | 
						|
 | 
						|
import os, sys
 | 
						|
 | 
						|
master_doc = 'index'
 | 
						|
html_theme = 'theme'
 | 
						|
html_theme_path = ["."]
 |