Skip to content

Commit ca859b3

Browse files
authored
Remove the WebPageMap extension (tarantool#2494)
* Remove the WebPageMap extension * Use the newest builder version
1 parent 67f26d6 commit ca859b3

File tree

9 files changed

+6
-63
lines changed

9 files changed

+6
-63
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
deploy-branch:
77
runs-on: ubuntu-latest
8-
container: tarantool/doc-builder:fat-2
8+
container: tarantool/doc-builder:fat-2.1
99
env:
1010
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
1111
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/deploy-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
custom-deploy-branch:
3333
runs-on: ubuntu-latest
34-
container: tarantool/doc-builder:fat-2
34+
container: tarantool/doc-builder:fat-2.1
3535
env:
3636
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
3737
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
13-
container: tarantool/doc-builder:fat-2
13+
container: tarantool/doc-builder:fat-2.1
1414
env:
1515
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
1616
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/pull-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
pull-translations:
1515
runs-on: ubuntu-latest
16-
container: tarantool/doc-builder:fat-2
16+
container: tarantool/doc-builder:fat-2.1
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/push-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
push-translation-sources:
1111
runs-on: ubuntu-latest
12-
container: tarantool/doc-builder:fat-2
12+
container: tarantool/doc-builder:fat-2.1
1313
steps:
1414
- uses: actions/checkout@v2
1515

.github/workflows/update-pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
update-translations:
1414
runs-on: ubuntu-latest
15-
container: tarantool/doc-builder:fat-2
15+
container: tarantool/doc-builder:fat-2.1
1616

1717
steps:
1818

epub/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'ext.DropdownList',
1919
'ext.WebPageSection',
2020
'ext.WebPageButtons',
21-
'ext.WebPageMap',
2221
'ext.ModuleBlock',
2322
'ext.DownloadPageBlock'
2423
]

ext/WebPageMap.py

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

pdf/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
'ext.DropdownList',
2121
'ext.WebPageSection',
2222
'ext.WebPageButtons',
23-
'ext.WebPageMap',
2423
'ext.ModuleBlock',
2524
'ext.DownloadPageBlock'
2625
]

0 commit comments

Comments
 (0)