Py Docs: Fix typo in previous commit

- Correct spacing
- Add missing comma
This commit is contained in:
Aaron Carlisle 2022-02-03 14:37:55 -05:00
parent 6a2fc3230f
commit e7f74a7d6a
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")