Skip to content

Commit b6ac171

Browse files
fix: CI doc build
1 parent 458ceb8 commit b6ac171

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
with:
8484
python-version: ${{ env.MAIN_PYTHON_VERSION }}
8585
check-links: false # Delete after first release
86-
use-uv: true
8786

8887
package:
8988
name: Package library

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS = -j auto -W --color
6-
SPHINXBUILD = uv run sphinx-build
6+
SPHINXBUILD = sphinx-build
77
APIDIR = api
88
EXAMPLESDIR = examples
99
SOURCEDIR = source

0 commit comments

Comments
 (0)