jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.69k stars 610 forks source link

Setup reproducible docs builds using pip-tools #1969

Closed atugushev closed 1 year ago

atugushev commented 1 year ago

Since the last Sphinx update, the docs build has started failing. It turns out pip-tools doesn't have reproducible builds for docs. Hence, the PR.

Refs: https://github.com/pradyunsg/furo/discussions/693.

webknjaz commented 1 year ago

Somebody should start dogfooding pip-tools...

atugushev commented 1 year ago

Somebody should start dogfooding pip-tools...

@webknjaz I'm kinda lost, what do you mean?

atugushev commented 1 year ago

Ah, I wasn't aware of the word "dogfooding". You're right. It would be nice to have docs/requirements.in and perhaps dependabot integration. You're reading my mind.

Found nice docs over here.

webknjaz commented 1 year ago

Found nice docs over here.

Yeah, that's a relatively new doc.