Skip to content

Commit f307d21

Browse files
committed
Remove verification step for custom Sphinx installation in build workflow
1 parent 0285e62 commit f307d21

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
cd sphinx-rtl
4949
../Doc/venv/bin/pip install -e .
5050
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-
5751
- name: Checkout translation files
5852
uses: actions/checkout@v4
5953
with:

0 commit comments

Comments
 (0)