Skip to content

Commit 212d166

Browse files
docs link corrected, workflow changed
1 parent 2f749f5 commit 212d166

File tree

20 files changed

+295
-192
lines changed

20 files changed

+295
-192
lines changed

.github/workflows/docs.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,24 @@ jobs:
2525
with:
2626
python-version: "3.11"
2727

28-
- name: Install dependencies
29-
run: |
30-
pip install -r docs/requirements.txt
28+
- name: Install PDM
29+
run: pip install pdm
30+
31+
- name: Cache PDM packages
32+
uses: actions/cache@v4
33+
with:
34+
path: ~/.cache/pdm
35+
key: ${{ runner.os }}-pdm-${{ hashFiles('pdm.lock') }}
36+
restore-keys: |
37+
${{ runner.os }}-pdm-
38+
39+
- name: Install dependencies (with dev)
40+
run: pdm install --with dev,vllm
3141

3242
- name: Build Sphinx docs
3343
run: |
3444
cd docs
35-
python -m sphinx -b html . _build/html
45+
PYTHONPATH=.. pdm run python -m sphinx -b html . _build/html
3646
3747
- name: Upload artifact (HTML for preview)
3848
uses: actions/upload-artifact@v4

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 96449d523b2d909da2934c95659f0710
3+
config: f832e3c7cdc36cd810557323995d895c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/.buildinfo.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 00bb1fe72d1837546e8a5b79e5319a47
3+
config: 96449d523b2d909da2934c95659f0710
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
13.9 KB
Binary file not shown.
2.72 KB
Binary file not shown.

docs/_build/html/_modules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Overview: module code &#8212; LLMSQL 0.1.11 documentation</title>
7+
<title>Overview: module code &#8212; LLMSQL 0.1.13 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=5349f25f" />
99
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=5c69cfe2" />
1010
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/front_page.css?v=9e26f69c" />
12-
<script src="../_static/documentation_options.js?v=1e825a29"></script>
12+
<script src="../_static/documentation_options.js?v=8d02545a"></script>
1313
<script src="../_static/doctools.js?v=9bcbadda"></script>
1414
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1515
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="../py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.11 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
3131
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
3232
</ul>
3333
</div>
@@ -72,7 +72,7 @@ <h3>Navigation</h3>
7272
<li class="right" >
7373
<a href="../py-modindex.html" title="Python Module Index"
7474
>modules</a> |</li>
75-
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.11 documentation</a> &#187;</li>
75+
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
7676
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
7777
</ul>
7878
</div>

docs/_build/html/_modules/llmsql/evaluation/evaluator.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>llmsql.evaluation.evaluator &#8212; LLMSQL 0.1.11 documentation</title>
7+
<title>llmsql.evaluation.evaluator &#8212; LLMSQL 0.1.13 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=5349f25f" />
99
<link rel="stylesheet" type="text/css" href="../../../_static/basic.css?v=5c69cfe2" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
11-
<link rel="stylesheet" type="text/css" href="../../../_static/styles/front_page.css?v=50928e0f" />
12-
<script src="../../../_static/documentation_options.js?v=1e825a29"></script>
11+
<link rel="stylesheet" type="text/css" href="../../../_static/styles/front_page.css?v=9e26f69c" />
12+
<script src="../../../_static/documentation_options.js?v=8d02545a"></script>
1313
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1414
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1515
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="../../../py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="../../../index.html">LLMSQL 0.1.11 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="../../../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
3131
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">llmsql.evaluation.evaluator</a></li>
3333
</ul>
@@ -265,7 +265,7 @@ <h3>Navigation</h3>
265265
<li class="right" >
266266
<a href="../../../py-modindex.html" title="Python Module Index"
267267
>modules</a> |</li>
268-
<li class="nav-item nav-item-0"><a href="../../../index.html">LLMSQL 0.1.11 documentation</a> &#187;</li>
268+
<li class="nav-item nav-item-0"><a href="../../../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
269269
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
270270
<li class="nav-item nav-item-this"><a href="">llmsql.evaluation.evaluator</a></li>
271271
</ul>

0 commit comments

Comments
 (0)