PyDoc: Remove "API" from version

This commit is contained in:
Aaron Carlisle 2018-08-13 20:53:45 -04:00
parent 44871e0e0f
commit e040cfe15a
Notes: blender-bot 2023-02-14 06:46:23 +01:00
Referenced by issue #56371, 2D Animation Grease Pencil  Effex Bug
Referenced by issue #56374, Crash when reopen Blender after setting the international font
Referenced by issue #56368, Crash when selection
1 changed files with 2 additions and 2 deletions

View File

@ -1625,8 +1625,8 @@ def write_sphinx_conf_py(basepath):
fw("project = 'Blender'\n")
fw("master_doc = 'index'\n")
fw("copyright = u'Blender Foundation'\n")
fw("version = '%s - API'\n" % BLENDER_VERSION_DOTS)
fw("release = '%s - API'\n" % BLENDER_VERSION_DOTS)
fw("version = '%s'\n" % BLENDER_VERSION_DOTS)
fw("release = '%s'\n" % BLENDER_VERSION_DOTS)
# Quiet file not in table-of-contents warnings.
fw("exclude_patterns = [\n")