Skip to content

Commit

Permalink
Pin towncrier until sphinx-contrib/sphinxcontrib-towncrier#60 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Aug 30, 2022
1 parent 9775138 commit 81d4998
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,12 @@ def run(self):
"pytest-rerunfailures",
"pytest-cov",
], # for testing
"docs": ["pydata-sphinx-theme", "sphinxcontrib-towncrier"], # for building the docs
"docs": [
"pydata-sphinx-theme",
"sphinxcontrib-towncrier",
# pin towncrier until https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/60 is fixed
"towncrier<22.8",
], # for building the docs
}

# Don't include "tests" and "docs" requirements since "all" is designed to be
Expand Down

0 comments on commit 81d4998

Please sign in to comment.