Jelajahi Sumber

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 tahun lalu
induk
melakukan
972628346f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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)