Commit: e7f74a7d6a14c89b36cd2904097f245de509a7a6
Author: Aaron Carlisle
Date: Thu Feb 3 14:37:55 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rBe7f74a7d6a14c89b36cd2904097f245de509a7a6
Py Docs: Fix typo in previous commit
- Correct spacing
- Add missing comma
===================================================================
M doc/python_api/sphinx_doc_gen.py
===================================================================
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index f491deb350e..2133f5fcb9f 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1750,7 +1750,7 @@ except ModuleNotFoundError:
fw("if html_theme == 'sphinx_rtd_theme':\n")
fw(" html_theme_options = {\n")
- fw(" 'display_version': False\n")
+ fw(" 'display_version': False,\n")
# fw(" 'analytics_id': '',\n")
# fw(" 'collapse_navigation': True,\n")
fw(" 'sticky_navigation': False,\n")
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs