Skip to content

Commit

Permalink
Switch back to mkdocs-material and install insider separately
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnorell committed Jan 8, 2025
1 parent 3b0e16e commit 41ffe5a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:

- name: 📦 Install dependencies
run: |
poetry config http-basic.github.com roboflow ${steps.mkdocs_token.outputs.token}
poetry install --with=docs
# Install mkdocs-material-insiders using the GitHub App token
pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]"
- name: ⚙️ Configure git for github-actions
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:

- name: 🏗️ Install dependencies
run: |
poetry config http-basic.github.com roboflow ${steps.mkdocs_token.outputs.token}
poetry install --with=docs
# Install mkdocs-material-insiders using the GitHub App token
pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]"
- name: 🧪 Test Docs Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ nbconvert = ">=7.14.2"
docutils = "!=0.21"

[tool.poetry.group.docs.dependencies]
mkdocs-material = { git = "https://github.com/roboflow/mkdocs-material-insiders.git", rev = "9.5.49-insiders-4.53.14", extras = ["imaging"]}
mkdocs-material = { extras = ["imaging"], version = "^9.5.5" }
mkdocstrings = ">=0.25.2,<0.27.0"
mkdocstrings-python = ">=1.10.9"
mike = ">=2.0.0"
Expand Down

0 comments on commit 41ffe5a

Please sign in to comment.