[PR #210] [MERGED] fix docs build #223

Closed
opened 2026-02-16 02:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/210
Author: @adrianlyjak
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @logan-markewich

Base: mainHead: adrian/fix-docs


📝 Commits (2)

  • 549abb5 fix: fix docs build
  • 3b7eff3 adjust requirements to 3.9 for docs

📊 Changes

3 files changed (+441 additions, -4 deletions)

View changed files

📝 docs/api_docs/pyproject.toml (+2 -2)
📝 pyproject.toml (+2 -1)
📝 uv.lock (+437 -1)

📄 Description

Docs were forgotten about, and the docs build was trying to import from the workspace. Modified to include it in the workspace


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/210 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `adrian/fix-docs` --- ### 📝 Commits (2) - [`549abb5`](https://github.com/run-llama/workflows-py/commit/549abb5a68e1776c56be6ce047f61497ebd39fb4) fix: fix docs build - [`3b7eff3`](https://github.com/run-llama/workflows-py/commit/3b7eff306e13bcb0194860e1c347114990d7db93) adjust requirements to 3.9 for docs ### 📊 Changes **3 files changed** (+441 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/api_docs/pyproject.toml` (+2 -2) 📝 `pyproject.toml` (+2 -1) 📝 `uv.lock` (+437 -1) </details> ### 📄 Description Docs were forgotten about, and the docs build was trying to import from the workspace. Modified to include it in the workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:57 -05:00
yindo closed this issue 2026-02-16 02:16:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#223