Skip to content

Commit

Permalink
Pin sphinx dependency
Browse files Browse the repository at this point in the history
Workaround upstream issue: sphinx-doc/sphinx#8880
  • Loading branch information
ddn0 committed Feb 15, 2021
1 parent bc9a6c6 commit a97f51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/conda-dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies:
- pyarrow
- pytest
- scikit-build
- sphinx
- sphinx<3.5.0
- zlib>=1.2.11
2 changes: 1 addition & 1 deletion python/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- cython>=0.29.12
- numba>=0.50,<1.0a0
- pyarrow {{ arrow_cpp }}
- sphinx
- sphinx<3.5.0
host:
- python
- scikit-build
Expand Down

0 comments on commit a97f51e

Please sign in to comment.