diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2025-02-07 12:45:16 +0100 |
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2025-02-07 12:45:16 +0100 |
| commit | 760f706989db4082aebfe7bb7c2f672cc86a11ed (patch) | |
| tree | 302079c40fb8ad3865e093ad9e370b3449da3612 | |
| parent | 13411373725778b96b85d289311f83387950992d (diff) | |
Generate rest of bitstream HTML
| -rw-r--r-- | .readthedocs.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
