I’m looking at a setup.py with this syntax: I understand the idea of the “>=” where h5py should be at least version 2.9, but I cannot for the life of me understand the =mpi* afterwards. Is it saying the version should somehow match the mpi version, while also being at least 2.9? I can’t find anything that explains specifying python
Tag: versioning
Substitutions next to angle brackets in Sphinx
I’m trying to use substitutions in a parsed literal block in my Sphinx documentation like this: Which gets rendered like this: Where what I want is this: If I add spaces around the substitution in the source, I get this: So I know release is defined as I expect. How can I get rid of the spaces? Answer This works: