We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458ceb8 commit b6ac171Copy full SHA for b6ac171
.github/workflows/cicd.yml
@@ -83,7 +83,6 @@ jobs:
83
with:
84
python-version: ${{ env.MAIN_PYTHON_VERSION }}
85
check-links: false # Delete after first release
86
- use-uv: true
87
88
package:
89
name: Package library
doc/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line.
5
SPHINXOPTS = -j auto -W --color
6
-SPHINXBUILD = uv run sphinx-build
+SPHINXBUILD = sphinx-build
7
APIDIR = api
8
EXAMPLESDIR = examples
9
SOURCEDIR = source
0 commit comments