Pin snowballstemmer<3 to fix docs building#3407
Closed
JCGoran wants to merge 1 commit into
Closed
Conversation
Because we depend on Sphinx, which depends on it. See: - snowballstem/snowball#229 - sphinx-doc/sphinx#13533
|
|
✔️ e206497 -> Azure artifacts URL |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3407 +/- ##
=======================================
Coverage 68.36% 68.36%
=======================================
Files 682 682
Lines 116465 116465
=======================================
Hits 79619 79619
Misses 36846 36846 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nrnhines
added a commit
that referenced
this pull request
May 8, 2025
Collaborator
Author
|
I will close this because upstream fixed it, so the pinning is no longer necessary, but see the discussion in #3413 for how to avoid this in the future. |
nrnhines
added a commit
that referenced
this pull request
May 20, 2025
* wheel build generally uses numpy >= 2 for python >= 3.9 * for wheel and mac pgk distributions, rx3d cython compiled with -O1 * adopt PYTHONPATH feature from master _binwrapper.py * correct nmodl signatures for _getelm and getarg. (windows gcc-15) * Yet a few more nmodl function signatures. * Turn off hoc_association test. * Use platform appropriate separator for PYTHONPATH. * At least Apple arm64 needs last argtype of ctypes._CFuncPtr (#2046) Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch> * CheckGitDescribeCompatibility.cmake is PEP 440 compliant. (#3384) * version macros test computes (major, minor, pat) from pep440 version * An rxd/species.py string should be raw. * See #3407 work around a problem sphinx has with itself. * PEP440 regex too complicated for cmake 3.22.1 . Use Python * Some ModelDB uses M_PI, struct timezone, and u_int32_t * update changelog --------- Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Because we depend on Sphinx, which depends on it.
See: