diff --git a/docs/source/conf.py b/docs/source/conf.py index 80479b9..b1cde82 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,4 +55,4 @@ 'One line description of project.', 'Miscellaneous' )] epub_title: str = project -epub_exclude_files: List[str] = ['search.html'] +epub_exclude_files: List[str] = ['search.html'] \ No newline at end of file