Skip to content

Commit

Permalink
Added language and changed ** to *. this refs #14
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Jan 3, 2024
1 parent a32de5d commit 0b6509e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'
Expand Down

0 comments on commit 0b6509e

Please sign in to comment.