We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0285e62 commit f307d21Copy full SHA for f307d21
1 file changed
.github/workflows/build-and-deploy.yml
@@ -48,12 +48,6 @@ jobs:
48
cd sphinx-rtl
49
../Doc/venv/bin/pip install -e .
50
51
- - name: Verify custom Sphinx installation
52
- run: |
53
- ../Doc/venv/bin/sphinx-build --version
54
- echo "Sphinx location:"
55
- ../Doc/venv/bin/python -c "import sphinx; print(sphinx.__file__)"
56
-
57
- name: Checkout translation files
58
uses: actions/checkout@v4
59
with:
0 commit comments