Replace `beautifulsoup4` pin with `mkdocs-ultralytics-plugin>=0.1.17` (#19085)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/19078/head
Laughing 2 weeks ago committed by GitHub
parent 10d435c4fd
commit 84a8b067c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/docs.yml
  2. 2
      pyproject.toml

@ -48,8 +48,7 @@ jobs:
python-version: "3.x"
- uses: astral-sh/setup-uv@v5
- name: Install Dependencies
# Note "beautifulsoup4<=4.12.3" required due to errors errors with >=4.13 in https://github.com/ultralytics/ultralytics/pull/19067
run: uv pip install --system "beautifulsoup4<=4.12.3" ruff black tqdm mkdocs-material "mkdocstrings[python]" mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin
run: uv pip install --system ruff black tqdm mkdocs-material "mkdocstrings[python]" mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin
- name: Ruff fixes
continue-on-error: true
run: ruff check --fix --unsafe-fixes --select D --ignore=D100,D104,D203,D205,D212,D213,D401,D406,D407,D413 .

@ -91,7 +91,7 @@ dev = [
"mkdocs-material>=9.5.9",
"mkdocstrings[python]",
"mkdocs-redirects", # 301 redirects
"mkdocs-ultralytics-plugin>=0.1.16", # for meta descriptions and images, dates and authors
"mkdocs-ultralytics-plugin>=0.1.17", # for meta descriptions and images, dates and authors
"mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places
]
export = [

Loading…
Cancel
Save