sphinx-theme-mochi

2.4. Maintenance#

2.4.1. Update Dependencies#

python

# check outdated packages, then manually update the dependencies
pip list --outdated

node.js

npx npm-check-updates
npx npm-check-updates -u  # upgrade
Menu Expand Search