Skip to content

Commit

Permalink
Pin sphinx extensions to fix offline builds
Browse files Browse the repository at this point in the history
  • Loading branch information
skyace65 committed Jan 29, 2024
1 parent 5d6433d commit 3c3c446
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ sphinx-notfound-page==0.8.3

# Adds Open Graph tags in the HTML `<head>` tag
sphinxext-opengraph==0.6.3

# These get pulled in by Sphinx, we need to pin these as higher versions require Sphinx 5.0+.
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-devhelp==1.0.2

0 comments on commit 3c3c446

Please sign in to comment.