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 RytoEX committed Sep 27, 2022
1 parent 5869466 commit a904128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
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 a904128

Please sign in to comment.