From 760f706989db4082aebfe7bb7c2f672cc86a11ed Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Feb 2025 12:45:16 +0100 Subject: [PATCH] Generate rest of bitstream HTML --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a379d85..0961570 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,9 @@ build: python: '3.11' jobs: pre_build: - - python3 icebox/icebox_html.py -3 -d docs/source/_static/bitdocs-384 + - python3 icebox/icebox_html.py -3 -d docs/source/_static/bitdocs-384 + - python3 icebox/icebox_html.py -d docs/source/_static/bitdocs-1k + - python3 icebox/icebox_html.py -8 -d docs/source/_static/bitdocs-8k sphinx: configuration: docs/source/conf.py