diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e5c13..9b7886f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,7 @@ jobs: - name: Verify docs run: | - export PIP_BREAK_SYSTEM_PACKAGES=1 - pip install sphinx sphinx_rtd_theme + pip install -U sphinx sphinx_rtd_theme sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml cd docs && python3 -m pip install -r requirements.txt && cd - make clean-docs docs git diff --exit-code