SecurityInnovation / PGPy

Pretty Good Privacy for Python
BSD 3-Clause "New" or "Revised" License
317 stars 99 forks source link

sphinx: use add_css_file() instead of add_stylesheet() #386

Closed dkg closed 2 years ago

dkg commented 2 years ago

Without this, with Sphinx v4.2.0 there is a failure (see https://bugs.debian.org/997381), and with Sphinx v4.3.2 there is a deprecation warning:

sphinx-build -b html -d build/doctrees source build/html Running Sphinx v4.3.2 WARNING: while setting up extension _ext.progress: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead.

J-M0 commented 2 years ago

Hey @dkg, thanks for this! I actually have this fix plus a few more over in https://github.com/J-M0/PGPy/tree/docs that I was going to merge in. Do you mind if I close this PR in favor of that?

dkg commented 2 years ago

sure, no problem. please let me know where i should be following the development! if J-M0/PGPy is more authoritative for the project than SecurityInnovation/PGPy i can try to track/test the work that's happening over there.

J-M0 commented 2 years ago

This repo is still the authoritative one, I've just been using my fork more recently to stage/experiment in messy ways before pushing here. So you might see a little more activity there, but here is still the main development hub.

J-M0 commented 2 years ago

Closed in favor of other commits