Skip to content

Commit

Permalink
Continue fixing Read the Docs errors (#456)
Browse files Browse the repository at this point in the history
## Description

<!-- Provide a brief description of the PR's purpose here. -->

More dependency pins to resolve Read the Docs errors.

## Status

- [x] I have read the guidelines in

[CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md)
- [x] I have formatted my code using `yapf`
- [x] I have tested my code by running `pytest`
- [x] I have linted my code with `pylint`
- [N/A] I have added a one-line description of my change to the
changelog in
      `HISTORY.md`
- [x] This PR is ready to go
  • Loading branch information
btjanaka authored Jan 27, 2024
1 parent 6483f43 commit e23dd6e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,23 @@
"pytest-xdist==2.5.0",

# Documentation
"myst-nb==0.17.1",
"Sphinx==4.5.0",
"sphinx-material==0.0.32",
"sphinx-autobuild==2021.3.14",
"sphinx-copybutton==0.3.1",
"myst-nb==0.17.1",
"sphinx-toolbox==3.1.0",
"sphinx-autodoc-typehints==1.18.2",
"sphinx-codeautolink==0.12.1",
"sphinx-copybutton==0.3.1",
"sphinx-jinja2-compat==0.2.0",
"sphinx-material==0.0.32",
"sphinx-prompt==1.5.0",
"sphinx-tabs==3.3.1",
"sphinx-toolbox==3.1.0",
"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",

# Distribution
"bump2version==1.0.1",
Expand Down

0 comments on commit e23dd6e

Please sign in to comment.