mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	doc: Move website-stylesheet setting to a more appropriate location
This commit is contained in:
		
							parent
							
								
									2f8607860b
								
							
						
					
					
						commit
						7afc2336cd
					
				@ -29,7 +29,6 @@
 | 
			
		||||
<!-- (applicable to all output formats) -->
 | 
			
		||||
 | 
			
		||||
(define draft-mode              #f)
 | 
			
		||||
(define website-stylesheet      #f)
 | 
			
		||||
 | 
			
		||||
(define pgsql-docs-list "pgsql-docs@postgresql.org")
 | 
			
		||||
 | 
			
		||||
@ -187,6 +186,7 @@
 | 
			
		||||
(define %root-filename%         "index")
 | 
			
		||||
(define %link-mailto-url%       (string-append "mailto:" pgsql-docs-list))
 | 
			
		||||
(define %use-id-as-filename%    #t)
 | 
			
		||||
(define website-stylesheet      #f)
 | 
			
		||||
(define %stylesheet%            (if website-stylesheet "http://www.postgresql.org/media/css/docs.css" "stylesheet.css"))
 | 
			
		||||
(define %graphic-default-extension% "gif")
 | 
			
		||||
(define %body-attr%             '())
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user