소스 검색

CI: Downgrade Sphinx to fix docs build error

This should be reverted once sphinx_rtd_theme is updated.

See https://github.com/readthedocs/sphinx_rtd_theme/issues/1343
Matt Gajownik 3 년 전
부모
커밋
972628346f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/docs.yml

+ 1 - 0
.github/workflows/docs.yml

@@ -42,6 +42,7 @@ jobs:
           build_only: True
           target_branch: 'master'
           target_path: '../home/_build'
+          pre_build_commands: 'pip install -Iv sphinx==5.1.1'
       - uses: actions/upload-artifact@v3
         with:
           name: OBS Studio Documentation (HTML)