summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-02 16:31:15 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-02 16:31:15 -0600
commit72a76385f0747d1a924d03c1dcfdec4b7153f136 (patch)
treed3edeea8dbca5e73ec479bc3518686c39ee1727a
parent4855a3998d0f845033c3cd501a8b57e1185f5171 (diff)
remove unnecessary require statement in index catalog extension code [no ci]
-rw-r--r--docs/modules/ROOT/pages/index-catalog.adoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/index-catalog.adoc b/docs/modules/ROOT/pages/index-catalog.adoc
index b99289fe..9df9e7b3 100644
--- a/docs/modules/ROOT/pages/index-catalog.adoc
+++ b/docs/modules/ROOT/pages/index-catalog.adoc
@@ -40,8 +40,6 @@ Here's rudimentary code you can use to do that:
.index-customizer.rb
[,ruby]
----
-require 'asciidoctor-pdf'
-
module Asciidoctor::PDF
IndexCatalog.prepend (::Module.new do
def store_primary_term name, dest = nil