Skip to content

Commit

Permalink
automatic grid generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny213123 committed Oct 24, 2024
1 parent 674a07b commit a1aa665
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 3 deletions.
4 changes: 3 additions & 1 deletion blogs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import os
import shutil

import ablog
import jinja2
from rocm_docs import ROCmDocs
Expand All @@ -24,6 +23,9 @@
# Jinja templates to render out.
templates = []

# blogs.generate_grid.main()
os.system("python generate_grid.py")

latex_engine = "xelatex"
latex_elements = {
"fontpkg": r"""
Expand Down
Loading

0 comments on commit a1aa665

Please sign in to comment.