From ff86ea75441f9e0e7701ae5fe04861423e9422f2 Mon Sep 17 00:00:00 2001 From: "Robert Chyla (MIPS)" <154632854+mipsrobert@users.noreply.github.com> Date: Wed, 22 May 2024 12:33:08 -0700 Subject: [PATCH] Using PDF style file from ISA manual Signed-off-by: Robert Chyla (MIPS) <154632854+mipsrobert@users.noreply.github.com> --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 8acaf95..e498e4d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ OPTIONS := --trace \ -a compress \ -a mathematical-format=svg \ -a pdf-fontsdir=docs-resources/fonts \ - -a pdf-style=docs-resources/themes/riscv-pdf.yml \ + -a pdf-style=./riscv-pdf-ISA.yml \ --failure-level=ERROR REQUIRES := --require=asciidoctor-bibtex \ --require=asciidoctor-diagram \