[Bf-docboard-svn] bf-manual: [9117] trunk/blender_docs/tools_rst/rst_check_spelling.py: rst_check_spelling: add versionchanged directive

Campbell Barton noreply at blender.org
Tue Mar 15 03:12:41 CET 2022


Revision: 9117
          https://developer.blender.org/rBM9117
Author:   campbellbarton
Date:     2022-03-15 03:12:41 +0100 (Tue, 15 Mar 2022)
Log Message:
-----------
rst_check_spelling: add versionchanged directive

Modified Paths:
--------------
    trunk/blender_docs/tools_rst/rst_check_spelling.py

Modified: trunk/blender_docs/tools_rst/rst_check_spelling.py
===================================================================
--- trunk/blender_docs/tools_rst/rst_check_spelling.py	2022-03-15 02:03:36 UTC (rev 9116)
+++ trunk/blender_docs/tools_rst/rst_check_spelling.py	2022-03-15 02:12:41 UTC (rev 9117)
@@ -164,6 +164,7 @@
 directives.register_directive('seealso', directive_ignore)
 directives.register_directive('only', directive_ignore)
 directives.register_directive('hlist', directive_ignore)
+directives.register_directive('versionchanged', directive_ignore)
 
 # Custom.
 directives.register_directive('peertube', directive_ignore)



More information about the Bf-docboard-svn mailing list