Merge branch 'blender-v3.1-release'

This commit is contained in:
Aaron Carlisle 2022-02-03 14:38:26 -05:00
commit 56e5b4cc27
1 changed files with 1 additions and 1 deletions

View File

@ -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")