Skip to content

Commit

Permalink
Fix circle config, API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed May 30, 2024
1 parent 91d3e4a commit d7ee4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/python:3.10
- image: python:3.10
steps:
- checkout
- run:
Expand All @@ -14,7 +14,7 @@ jobs:
- add_ssh_keys:
fingerprints:
- "13:8e:b6:7a:d2:8f:a0:4d:56:08:97:f2:c8:9c:10:e9"
- deploy:
- run:
name: Deploy documentation
environment:
USERNAME: scaramallion
Expand Down
1 change: 1 addition & 0 deletions docs/reference/service_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ pynetdicom supports the following Service Classes
ProcedureStepServiceClass
RTMachineVerificationServiceClass
StorageCommitmentServiceClass
StorageManagementServiceClass
UnifiedProcedureStepServiceClass

0 comments on commit d7ee4d3

Please sign in to comment.