Skip to content

Commit

Permalink
CI: Downgrade Sphinx to fix docs build error
Browse files Browse the repository at this point in the history
This should be reverted once sphinx_rtd_theme is updated.

See readthedocs/sphinx_rtd_theme#1343
  • Loading branch information
WizardCM authored and jp9000 committed Sep 29, 2022
1 parent b27c899 commit 9726283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 9726283

Please sign in to comment.