Skip to content

Commit

Permalink
Merge branch 'master' into bluesky_1682_add_opentelemetry_tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Jul 8, 2024
2 parents b38c062 + 6f87aa4 commit 07e4093
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
As decided in the [governance](https://github.com/bluesky/governance#summary) this repo has the following maintainers:

* Max Rakitin (@mrakitin), NSLS-II
* Thomas Caswell (@tacaswell), NSLS-II
* Dominic Oram (@DominicOram), DLS
* Blaise Thompson (@untzag), UW Madison
* Zach Lentz (@ZLLentz), LCLS
* Robert Tang-Kong (@tangkong), LCLS
* Pete Jemian (@prjemian), APS
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"bluesky": ("https://blueskyproject.io/bluesky/main", None),
"python": ("https://docs.python.org/3/", None),
"bluesky": ("https://blueskyproject.io/bluesky/main/", None),
"numpy": ("https://numpy.org/devdocs/", None),
"databroker": ("https://blueskyproject.io/databroker/", None),
"event-model": ("https://blueskyproject.io/event-model/main", None),
"event-model": ("https://blueskyproject.io/event-model/main/", None),
}

# If False and a module has the __all__ attribute set, autosummary documents
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install_requires =
ca =
aioca>=1.6
pva =
numpy<2.0 # See https://github.com/mdavidsaver/p4p/issues/145
p4p; python_version < '3.12'
# For development tests/docs
dev =
Expand Down

0 comments on commit 07e4093

Please sign in to comment.