diff options
| -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 |
