Replies: 2 comments 7 replies
-
Depending on what build system you are using, you can configure different environments for building your code versus building the documentation. Hatch, for example, supports multiple environments. Hope this helps. Note that I am not commenting on the question whether the version definition could or should be changed but it is a good idea to separate the dependencies in any case, I think. |
Beta Was this translation helpful? Give feedback.
-
Thanks for suggesting. So we want to stick to semantic versioning, in order to keep older versions of Material for MkDocs installable, and open-ended version ranges eventually break all prior versions, so just using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if the dependencies on the
imaging
modules can be changed fromto something like the following?
I'm using MkDocs with the material template within the
docs
directory in an app's repository, and the dependencies conflict with other requirements which requests more recent versions, e.g.,pillow>=11.1.0
(and Python 3.11+).Beta Was this translation helpful? Give feedback.
All reactions