Skip to content

Commit

Permalink
v0.6.8 (#934)
Browse files Browse the repository at this point in the history
* update version & pin sphinx

* Update rtd_environment.yml

* fix warning
  • Loading branch information
CagtayFabry authored Jun 7, 2024
1 parent 8d816ed commit f750e8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 0.6.8 (unreleased)
## 0.6.8 (07.06.2024)

### Changes

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/src/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,7 +27,7 @@ related tasks.
```{toctree}
:caption: Welding examples
:maxdepth: 1
:numbered: true
:numbered:
tutorials/welding_example_01_basics
tutorials/custom_metadata
Expand All @@ -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
Expand Down

0 comments on commit f750e8a

Please sign in to comment.