From e9d9188290d54b0c1f15d51749a12fa53f0677f4 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Tue, 16 Nov 2021 11:57:25 +0200 Subject: [PATCH] [#2161] comment in Makefile.am --- doc/sphinx/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2