You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a configuration file .readthedocs.yml, I want to upgrade setuptools to a higher version than the default before installing my package. However, the pip command of .readthedocs.yml only takes path as an argument, so how can I call pip to upgrade setuptools?
Here is what I would put into .readthedocs.yml, but I am missing a command where it says ????:
Using a configuration file .readthedocs.yml, I want to upgrade setuptools to a higher version than the default before installing my package. However, the pip command of .readthedocs.yml only takes path as an argument, so how can I call pip to upgrade setuptools?
Here is what I would put into .readthedocs.yml, but I am missing a command where it says ????:
The text was updated successfully, but these errors were encountered: