From: Andrei Pavel Date: Tue, 16 Nov 2021 09:57:25 +0000 (+0200) Subject: [#2161] comment in Makefile.am X-Git-Tag: Kea-2.0.2-doc~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d9188290d54b0c1f15d51749a12fa53f0677f4;p=thirdparty%2Fkea.git [#2161] comment in Makefile.am --- diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index 513d2d03f1..7fa957bdcd 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -179,6 +179,10 @@ $(man8s): mans mans: $(man_sources) api-files.txt mes-files.txt $(SPHINXBUILD) -M man $(srcdir) $(sphinxbuilddir) $(sphinxopts) +# Updates sphinx dependencies to the latest versions available on the current +# host and freezes them in ./src/requirements.txt. Requires pip-compile: +# pip install pip-tools +# Run this when dependencies are added, changed or removed. update-python-dependencies: ./src/requirements.in pip-compile -r ./src/requirements.in