Skip to content

Commit

Permalink
Closes #1625 Setting sphinx>=5.1.1 (#1644)
Browse files Browse the repository at this point in the history
* Setting sphinx>=5.1.1

* correcting sign
  • Loading branch information
Ethan-DeBandi99 authored Jul 28, 2022
1 parent 7aaad85 commit afd0735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arkouda-env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- pexpect
- pytest>=6.0
- pytest-env
- Sphinx==5.0.2
- Sphinx>=5.1.1
- sphinx-argparse
- sphinx-autoapi
- typed-ast
Expand Down
2 changes: 1 addition & 1 deletion pydoc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyarrow>=1.0.1
pexpect
pytest>=6.0
pytest-env
Sphinx==5.0.2
Sphinx>=5.1.1
sphinx-argparse
sphinx-autoapi
typed-ast
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.0.2', 'sphinx-argparse', 'sphinx-autoapi',
'Sphinx>=5.1.1', 'sphinx-argparse', 'sphinx-autoapi',
'mypy>=0.931', 'typed-ast', 'black', 'isort',
'flake8'],
},
Expand Down

0 comments on commit afd0735

Please sign in to comment.