Skip to content

Commit

Permalink
Merge pull request #132 from NASA-PDS/sphinx-deps-fix
Browse files Browse the repository at this point in the history
 - pin sphinx components/deps for compatibility with sphinx 3.2.1
  • Loading branch information
nutjob4life authored Jan 16, 2024
2 parents fe57dcf + 28f870e commit 5c988a2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,22 @@ package_dir =
# by GitHub Actions to save time on spinning up the Roundup's container.

install_requires =
alabaster <=0.7.13
github3.py==1.3.0
requests==2.23.0
lxml==4.6.3
packaging==21.0
requests==2.23.0
sphinx-rtd-theme~=0.5.0
sphinx-substitution-extensions==2020.9.30.0
sphinx==3.2.1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
twine==3.4.2
wheel==0.40.0
lxml==4.6.3
sphinx-substitution-extensions==2020.9.30.0


[options.package_data]
Expand Down

0 comments on commit 5c988a2

Please sign in to comment.