Skip to content

Commit 7afc233

Browse files
committed
doc: Move website-stylesheet setting to a more appropriate location
1 parent 2f86078 commit 7afc233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/stylesheet.dsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<!-- (applicable to all output formats) -->
3030

3131
(define draft-mode #f)
32-
(define website-stylesheet #f)
3332

3433
(define pgsql-docs-list "pgsql-docs@postgresql.org")
3534

@@ -187,6 +186,7 @@
187186
(define %root-filename% "index")
188187
(define %link-mailto-url% (string-append "mailto:" pgsql-docs-list))
189188
(define %use-id-as-filename% #t)
189+
(define website-stylesheet #f)
190190
(define %stylesheet% (if website-stylesheet "http://www.postgresql.org/media/css/docs.css" "stylesheet.css"))
191191
(define %graphic-default-extension% "gif")
192192
(define %body-attr% '())

0 commit comments

Comments
 (0)