Skip to content

Commit

Permalink
Change theme to use same as the ISA manual
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Broch <[email protected]>
  • Loading branch information
kbroch-rivosinc committed Jun 3, 2024
1 parent 97da642 commit 2c32f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ BUILD_DIR := build
DOCS_PDF := $(DOCS:%.adoc=%.pdf)
DOCS_HTML := $(DOCS:%.adoc=%.html)

PDF_THEME := docs-resources/themes/riscv-spec.yml

XTRA_ADOC_OPTS :=
ASCIIDOCTOR_PDF := asciidoctor-pdf
ASCIIDOCTOR_HTML := asciidoctor
Expand All @@ -42,7 +44,7 @@ OPTIONS := --trace \
-a revremark=${REVMARK} \
-a revdate=${DATE} \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-theme=docs-resources/themes/riscv-pdf.yml \
-a pdf-theme=${PDF_THEME} \
$(XTRA_ADOC_OPTS) \
-D build \
--failure-level=ERROR
Expand Down
2 changes: 1 addition & 1 deletion docs-resources

0 comments on commit 2c32f1e

Please sign in to comment.