mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 22:14:37 +00:00
install deps for building CLI ref
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
22db6aabfb
commit
71eb06258a
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@ -11,15 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
run: pipx install poetry==1.8.3
|
||||
shell: bash
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
cache: 'poetry'
|
||||
- name: Install dependencies
|
||||
run: poetry install --only docs
|
||||
shell: bash
|
||||
- uses: ./.github/actions/setup-poetry
|
||||
- name: Build docs
|
||||
run: poetry run mkdocs build --verbose --clean
|
||||
- name: Build and push docs
|
||||
|
@ -103,6 +103,12 @@ markdown_extensions:
|
||||
plugins:
|
||||
- search
|
||||
- mkdocs-jupyter
|
||||
# - mkdocstrings:
|
||||
# default_handler: python
|
||||
# options:
|
||||
# preload_modules:
|
||||
# - docling
|
||||
# - docling_core
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
Loading…
Reference in New Issue
Block a user