Update of tutorial
All checks were successful
Gitea Actions Demo / build_test (3.10.17) (push) Successful in 18s
Gitea Actions Demo / build_test (3.11.12) (push) Successful in 18s
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 16s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 17s
Gitea Actions Demo / build_test (3.9.22) (push) Successful in 14s
Release workflow / single_test (3.13.3) (release) Successful in 13s
Release workflow / Build wheels for PyPI (3.13.3) (release) Successful in 11s

This commit is contained in:
Jakob Lass
2025-08-21 13:23:53 +02:00
parent 21fa774c95
commit c70d7759d0
2 changed files with 41 additions and 36 deletions

View File

@@ -16,7 +16,8 @@ release = '1.0.1'
extensions = [
'nbsphinx', # allows notebooks
'myst_parser' # allows markdown
'myst_parser', # allows markdown
'IPython.sphinxext.ipython_console_highlighting',
]
source_suffix = {
'.rst': 'restructuredtext',
@@ -24,7 +25,7 @@ source_suffix = {
'.md': 'markdown',
}
templates_path = ['_templates']
exclude_patterns = []
exclude_patterns = ['**.ipynb_checkpoints']

File diff suppressed because one or more lines are too long