endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Adjust RTD requirements scripts for pipenv >= 2022.8.13 #184

Closed dbnicholson closed 3 months ago

dbnicholson commented 3 months ago

Since pipenv 2022.8.13, pipenv lock --requirements has been removed in favor of the pipenv requirements command[1]. Adjust the RTD requirements script accordingly and regenerate the requirements file with the minor sorting change from current pipenv.

  1. https://github.com/pypa/pipenv/blob/main/CHANGELOG.md#2022813-2022-08-13
dbnicholson commented 3 months ago

This fixes our CI. Whether RTD is actually building the docs anymore is another question.