Skip to content

Commit be146b5

Browse files
committed
Merge remote-tracking branch 'origin/main' into Ticket156_replot_scans
2 parents 70dd683 + 37a90ca commit be146b5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

doc/_static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
a:hover {
2-
color: #ff8c00;
2+
color: #559dc7;
33
}
44

55
.wy-menu-vertical p.caption {
6-
color: #ff5800;
6+
color: #4d8cc1;
77
}

doc/logo.svg

Lines changed: 7 additions & 7 deletions
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
dependencies = [
4343
"bluesky", # Bluesky framework
4444
"bluesky-kafka", # Bluesky-kafka integration
45-
"ophyd-async[ca] == 0.13.5", # Device abstraction. When changing, also change in doc/conf.py
45+
"ophyd-async[ca] == 0.13.6", # Device abstraction. When changing, also change in doc/conf.py
4646
"lmfit", # Fitting
4747
"matplotlib", # Plotting
4848
"msgpack-numpy", # Encoding kafka messages

0 commit comments

Comments
 (0)