Skip to content

Commit 11d0b09

Browse files
committed
update sphinx doc
1 parent 00ed2e5 commit 11d0b09

197 files changed

Lines changed: 12 additions & 11 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/sphinx.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Sphinx-Doc
22
permissions: { }
33

44
on:
5-
push:
6-
paths:
7-
- 'sphinx/**'
85
pull_request:
96
paths:
107
- 'sphinx/**'
@@ -19,10 +16,10 @@ jobs:
1916
strategy:
2017
matrix:
2118
component:
22-
- proxy
19+
- vey-proxy
2320
- g3tiles
24-
- keyless
25-
- statsd
21+
- vey-keyless
22+
- vey-statsd
2623
steps:
2724
- uses: actions/checkout@v6
2825
- run: |

sphinx/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"path": "project",
1111
},
1212
"proxy": {
13-
"path": "proxy",
13+
"path": "vey-proxy",
1414
},
1515
"g3tiles": {
1616
"path": "g3tiles",
1717
},
1818
"statsd": {
19-
"path": "statsd",
19+
"path": "vey-statsd",
2020
},
2121
"keyless": {
22-
"path": "keyless",
22+
"path": "vey-keyless",
2323
},
2424
}
2525

File renamed without changes.

0 commit comments

Comments
 (0)