From 62fc06eec7ec5e07b87db2101745c34414fa0bfb Mon Sep 17 00:00:00 2001 From: Cagtay Fabry Date: Fri, 7 Jun 2024 14:03:07 +0200 Subject: [PATCH 1/3] update version & pin sphinx --- CHANGELOG.md | 2 +- CITATION.cff | 4 ++-- doc/rtd_environment.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029cdd157..34885d40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes -## 0.6.8 (unreleased) +## 0.6.8 (07.06.2024) ### Changes diff --git a/CITATION.cff b/CITATION.cff index c01c1d645..1a037f90b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ # YAML 1.2 --- title: weldx -version: 0.6.7 -date-released: 2023-08-24 +version: 0.6.8 +date-released: 2024-07-06 authors: - affiliation: "Bundesanstalt für Materialforschung und -prüfung (BAM)" email: cagtay.fabry@bam.de diff --git a/doc/rtd_environment.yml b/doc/rtd_environment.yml index 208f77011..be2ff646c 100644 --- a/doc/rtd_environment.yml +++ b/doc/rtd_environment.yml @@ -21,13 +21,13 @@ dependencies: - weldx_widgets>=0.2.1 # documentation - docutils>=0.19 - - sphinx>=4.1.1 + - sphinx>=4.1.1,=7.2 - urllib3<2 #- jinja2=3.0 - - sphinx-copybutton + - sphinx-copybutton=0.5 - pydata-sphinx-theme<0.15 # parallel-write-unsafe - numpydoc>=0.5 - - sphinx-autodoc-typehints>=1.21.8 + - sphinx-autodoc-typehints>=1.21.8=2.0 - typing_extensions # pip packages - pip From 86e69084a95ea8cc072acd1da59eb22047af533a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Fri, 7 Jun 2024 14:47:46 +0200 Subject: [PATCH 2/3] Update rtd_environment.yml --- doc/rtd_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rtd_environment.yml b/doc/rtd_environment.yml index be2ff646c..295cc22de 100644 --- a/doc/rtd_environment.yml +++ b/doc/rtd_environment.yml @@ -27,7 +27,7 @@ dependencies: - sphinx-copybutton=0.5 - pydata-sphinx-theme<0.15 # parallel-write-unsafe - numpydoc>=0.5 - - sphinx-autodoc-typehints>=1.21.8=2.0 + - sphinx-autodoc-typehints>=1.21.8,=2.0 - typing_extensions # pip packages - pip From 16f564afe6107c0297557aca402d08e988013a52 Mon Sep 17 00:00:00 2001 From: Cagtay Fabry Date: Fri, 7 Jun 2024 15:34:29 +0200 Subject: [PATCH 3/3] fix warning --- doc/src/tutorials.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/tutorials.md b/doc/src/tutorials.md index 33b168ad9..a834b05f6 100644 --- a/doc/src/tutorials.md +++ b/doc/src/tutorials.md @@ -10,7 +10,7 @@ data processing and visualization. ```{toctree} :caption: Welding examples :maxdepth: 1 -:numbered: true +:numbered: tutorials/01_01_introduction tutorials/01_02_time_dependent_data @@ -27,7 +27,7 @@ related tasks. ```{toctree} :caption: Welding examples :maxdepth: 1 -:numbered: true +:numbered: tutorials/welding_example_01_basics tutorials/custom_metadata @@ -45,7 +45,7 @@ The API tutorials provide more detailed usages and examples of core ```{toctree} :caption: API tutorials :maxdepth: 1 -:numbered: true +:numbered: tutorials/transformations_01_coordinate_systems tutorials/transformations_02_coordinate_system_manager