From 0b6509e353921279ab3e614643ccca6cfec1a954 Mon Sep 17 00:00:00 2001 From: JeanBilheux Date: Wed, 3 Jan 2024 09:51:46 -0500 Subject: [PATCH] Added language and changed ** to *. this refs #14 --- documentation/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 307b7bc..3128159 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = '1' +version = '1.6.3' # The full version, including alpha/beta/rc tags. release = '0' @@ -69,12 +69,12 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # 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 -exclude_patterns = ['_build','**.ipynb_checkpoints', '**.ipynb'] +exclude_patterns = ['_build', '*.ipynb_checkpoints', '*.ipynb'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'