File tree Expand file tree Collapse file tree 6 files changed +457
-65
lines changed Expand file tree Collapse file tree 6 files changed +457
-65
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9+ - uses : astral-sh/setup-uv@v7
910 - uses : actions/checkout@v5
11+
1012 - name : Build Sphinx documentation
1113 run : |
12- pip install -r doc/requirements.txt
13- sphinx-build doc/ ./doc/_build/html/
14+ uv run --group doc sphinx-build doc/ _site/
1415
1516 - name : Upload artifact
1617 # Automatically uploads an artifact from the './_site' directory by default
1718 uses : actions/upload-pages-artifact@v3
18- with :
19- path : doc/_build/html/
2019
2120 deploy :
2221 if : github.ref == 'refs/heads/master'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ Documentation = "https://pythonnet.github.io/clr-loader/"
3939dev = [
4040 " pytest>=7.0"
4141]
42+ doc = [
43+ " furo>=2022.9.15" ,
44+ " pygments>=2.7" ,
45+ " sphinx>=5.3.0" ,
46+ ]
4247
4348[tool .setuptools ]
4449zip-safe = false
You can’t perform that action at this time.
0 commit comments