From 20e1548ffc3d35ebee8b5dca843a727d497972ca Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:00:30 +0200 Subject: [PATCH] Update conf.py Fixed a few typos --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9a524d3b8..0c1602d4c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,7 @@ def __getattr__(cls, name): # The full version, including alpha/beta/rc tags. release = '' -# The language for content autogenerated by Sphinx. Refer to documentation +# The language for content is autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. @@ -109,7 +109,7 @@ def __getattr__(cls, name): # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path +# These patterns also effect html_static_path and html_extra_path exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The name of the Pygments (syntax highlighting) style to use. @@ -238,4 +238,4 @@ def __getattr__(cls, name): def setup(app): - app.add_stylesheet('css/modify.css') \ No newline at end of file + app.add_stylesheet('css/modify.css')