Skip to content

Commit 129eda4

Browse files
committed
fix docs build
1 parent 1e502e0 commit 129eda4

39 files changed

+117
-556
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/_dist.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/_test.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,15 @@ on:
55
branches:
66
- main
77
tags:
8-
- '*'
8+
- "*"
99
pull_request:
1010

1111
jobs:
12-
1312
lint:
1413
uses: ./.github/workflows/_tox.yml
1514
with:
1615
tox: pre-commit,type-checking
1716

18-
test:
19-
strategy:
20-
matrix:
21-
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
22-
python-version: ["3.11", "3.12", "3.13"]
23-
include:
24-
# Include one that runs in the dev environment
25-
- runs-on: "ubuntu-latest"
26-
python-version: "dev"
27-
fail-fast: false
28-
uses: ./.github/workflows/_test.yml
29-
with:
30-
runs-on: ${{ matrix.runs-on }}
31-
python-version: ${{ matrix.python-version }}
32-
secrets:
33-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
34-
3517
container:
3618
needs: test
3719
if: always()
@@ -45,10 +27,6 @@ jobs:
4527
docs:
4628
uses: ./.github/workflows/_docs.yml
4729

48-
49-
dist:
50-
uses: ./.github/workflows/_dist.yml
51-
5230
release:
5331
needs: [dist, test, docs]
5432
if: github.ref_type == 'tag'

.github/workflows/periodic.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,3 @@ repos:
66
- id: check-yaml
77
- id: check-merge-conflict
88
- id: end-of-file-fixer
9-
10-
- repo: local
11-
hooks:
12-
- id: ruff
13-
name: lint with ruff
14-
language: system
15-
entry: ruff check --force-exclude --fix
16-
types: [python]
17-
require_serial: true
18-
19-
- id: ruff-format
20-
name: format with ruff
21-
language: system
22-
entry: ruff format --force-exclude
23-
types: [python]
24-
require_serial: true

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"ms-python.python",
55
"ryanluker.vscode-coverage-gutters"
66
]
7-
}
7+
}

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
},
2323
}
2424
]
25-
}
25+
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"problemMatcher": [],
1414
}
1515
]
16-
}
16+
}

CONTRIBUTING.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ To make a new release, please follow this checklist:
7777
- GitHub Actions will publish the image to ghcr.io and the docs to GitHub Pages
7878

7979
.. _release: https://github.com/diamondlightsource/dev-c7/releases
80-

0 commit comments

Comments
 (0)