mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install poetry
|
- uses: ./.github/actions/setup-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
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: poetry run mkdocs build --verbose --clean
|
run: poetry run mkdocs build --verbose --clean
|
||||||
- name: Build and push docs
|
- name: Build and push docs
|
||||||
|
@ -103,6 +103,12 @@ markdown_extensions:
|
|||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- mkdocs-jupyter
|
- mkdocs-jupyter
|
||||||
|
# - mkdocstrings:
|
||||||
|
# default_handler: python
|
||||||
|
# options:
|
||||||
|
# preload_modules:
|
||||||
|
# - docling
|
||||||
|
# - docling_core
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
|
Loading…
Reference in New Issue
Block a user