[Bf-docboard-svn] bf-manual: [7533] trunk/blender_docs/manual/conf.py: Congfig: Fix python syntax typo

Aaron Carlisle noreply at blender.org
Tue Jan 5 19:06:48 CET 2021


Revision: 7533
          https://developer.blender.org/rBM7533
Author:   Blendify
Date:     2021-01-05 19:06:48 +0100 (Tue, 05 Jan 2021)
Log Message:
-----------
Congfig: Fix python syntax typo

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2021-01-05 17:43:37 UTC (rev 7532)
+++ trunk/blender_docs/manual/conf.py	2021-01-05 18:06:48 UTC (rev 7533)
@@ -471,7 +471,7 @@
 # epub_post_files = []
 
 # A list of files that should not be packed into the epub file.
-epub_exclude_files = ['search.html, 404.html']
+epub_exclude_files = ['search.html', '404.html']
 
 # The depth of the table of contents in toc.ncx.
 #



More information about the Bf-docboard-svn mailing list