Skip to content

Commit

Permalink
Fix docs build path
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Mar 6, 2024
1 parent faf7fea commit 8435e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
Expand Down
4 changes: 2 additions & 2 deletions rap_sitkcore/read_dcm_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ def read_dcm_header_pydicom(
should be streamed.
If filepath_or_url points to a local file, this parameter is ignored.
--------
For this to work, the server must support the chunked transfer-encoding. If it doesn't, requests
*should* treat this as a normal request and download the entire request contents before passing to
pydicom dcmread.
--------
:param kwargs: keywords are forwarded to pydicom.dcmread
:returns: a pydicom.dataset.FileDataset representing the DICOM indicated by filepath_or_url
"""
Expand Down

0 comments on commit 8435e8a

Please sign in to comment.