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
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:
@@ -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
Reference in New Issue
Block a user