Use the enhancements from scribble-enhanced (they might be merged in this repository at one point).
This commit is contained in:
parent
20ee397610
commit
9b918351e7
3
info.rkt
3
info.rkt
|
@ -7,7 +7,8 @@
|
|||
"scribble-lib"
|
||||
"typed-racket-lib"
|
||||
"typed-racket-more"
|
||||
"typed-racket-doc"))
|
||||
"typed-racket-doc"
|
||||
"scribble-enhanced"))
|
||||
(define build-deps '("scribble-lib"
|
||||
"racket-doc"
|
||||
"rackunit-doc"
|
||||
|
|
|
@ -221,12 +221,12 @@
|
|||
(define-syntax-rule
|
||||
(unless-preexpanding . b)
|
||||
(begin . b))
|
||||
(require scribble/manual
|
||||
(require (only-in racket/require
|
||||
subtract-in)
|
||||
(subtract-in scribble/manual
|
||||
scribble-enhanced)
|
||||
scribble-enhanced
|
||||
hyper-literate))))
|
||||
#,(datum->syntax #'ctx
|
||||
`(require ,(datum->syntax #'bd1 'scribble/manual #'bd1 #'bd1)
|
||||
,(datum->syntax #'bd1 'hyper-literate #'bd1 #'bd1)
|
||||
#;(only-in scribble/private/lp chunk CHUNK)))
|
||||
(begn body0 . body))
|
||||
;(strip-context
|
||||
#;#`(modl doc lng ;module doc scribble/doclang2
|
||||
|
|
Loading…
Reference in New Issue
Block a user