VOL-4865 - Fix broken links on the release notes page.

overview/releases.rst
---------------------
   o Refresh gerrit patch 33439 -- some changes already merged in.
   o Change refernece rst files to html to view the generated document.
   o Exclusions already added in config.py for the sphinx chicken-n-egg problem.

Added a new python 3.10+ patch so linkcheck could run to completion.

Add more config exclusions.

Change-Id: I586718b70afabbd78aeff3072fd301413f3e55c3
diff --git a/makefiles/help/include.mk b/makefiles/help/include.mk
index ccba3f4..4264c52 100644
--- a/makefiles/help/include.mk
+++ b/makefiles/help/include.mk
@@ -20,6 +20,10 @@
 help ::
 	@echo "Usage: $(MAKE) [options] [target] ..."
 	@echo
+	@echo '[Virtual Env]'
+	@echo '  venv           Create a python virtual environmen"
+	@echo "  $(VENV_NAME)"
+	@echo
 	@echo '[CLEAN]'
 	@echo '  clean          Remove generated targets'
 	@echo '  sterile        clean + remove virtual env interpreter install'