Skip to content

Commit

Permalink
Related to Bears-R-Us#2682: Downgrade sphinx (Bears-R-Us#2683)
Browse files Browse the repository at this point in the history
* Related to Bears-R-Us#2682: Downgrade sphinx

This PR (related to Bears-R-Us#2682) temporarily downgrades sphinx to `<7.2.0` because of issues with furo that's causing our CI to fail. We can re-evaluate once the dust settles a bit

I am going to keep the issue open so we remember to revisit this

* missed a spot, hopefully this fixes CI 🤞

---------

Co-authored-by: Pierce Hayes <pierce314159@users.noreply.github.com>
  • Loading branch information
stress-tess and Pierce Hayes committed Aug 17, 2023
1 parent 0fa6fbe commit 77332a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arkouda-env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pexpect
- pytest>=6.0
- pytest-env
- Sphinx>=5.1.1
- Sphinx>=5.1.1,<7.2.0
- sphinx-argparse
- sphinx-autoapi
- typed-ast
Expand Down
4 changes: 2 additions & 2 deletions pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ libidn2
pexpect
pytest>=6.0
pytest-env
Sphinx>=5.1.1
Sphinx>=5.1.1,<7.2.0
sphinx-argparse
sphinx-autoapi
myst-parser
furo # sphinx theme
linkify-it-py
typed-ast
mypy>=0.931,0.990
mypy>=0.931,<0.990
flake8
pytest-benchmark
2 changes: 1 addition & 1 deletion pydoc/setup/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The dependencies listed here are only required if you will be doing development
- `pexpect`
- `pytest>=6.0`
- `pytest-env`
- `Sphinx`
- `Sphinx>=5.1.1,<7.2.0`
- `sphinx-argparse`
- `sphinx-autoapi`
- `furo`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
# projects.
extras_require={ # Optional
'dev': ['pexpect', 'pytest>=6.0', 'pytest-env',
'Sphinx>=5.1.1', 'sphinx-argparse', 'sphinx-autoapi',
'Sphinx>=5.1.1,<7.2.0', 'sphinx-argparse', 'sphinx-autoapi',
'mypy>=0.931,<0.990', 'typed-ast', 'black', 'isort',
'flake8', 'furo', 'myst-parser', 'linkify-it-py'],
},
Expand Down

0 comments on commit 77332a0

Please sign in to comment.