File tree Expand file tree Collapse file tree 8 files changed +1348
-20
lines changed Expand file tree Collapse file tree 8 files changed +1348
-20
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " pip"
4
+ directory : " /docs"
5
+ schedule :
6
+ interval : " daily"
7
+ allow :
8
+ - dependency-name : " sphinx-scylladb-theme"
9
+ - dependency-name : " sphinx-multiversion-scylla"
Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- scylla-3.x
9
- - ' branch -**'
9
+ - ' scylla -**'
10
10
paths :
11
11
- ' docs/**'
12
12
- ' faq/**'
30
30
with :
31
31
python-version : ' 3.10'
32
32
- name : Set up JDK 1.8
33
- uses : actions/setup-java@v1
33
+ uses : actions/setup-java@v4
34
34
with :
35
- java-version : 1.8
35
+ java-version : ' 8'
36
+ distribution : ' adopt'
36
37
- name : Set up env
37
38
run : make -C docs setupenv
38
39
- name : Build redirects
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-20.04
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
22
with :
23
23
persist-credentials : false
24
24
fetch-depth : 0
25
+
25
26
- name : Set up Python
26
27
uses : actions/setup-python@v5
27
28
with :
28
29
python-version : ' 3.10'
30
+
29
31
- name : Set up JDK 1.8
30
- uses : actions/setup-java@v1
32
+ uses : actions/setup-java@v4
31
33
with :
32
- java-version : 1.8
34
+ java-version : ' 8'
35
+ distribution : ' adopt'
36
+
33
37
- name : Set up env
34
38
run : make -C docs setupenv
39
+
35
40
- name : Build docs
36
- run : make -C docs test
41
+ run : make -C docs test
Original file line number Diff line number Diff line change 17
17
.documenter_local_last_run
18
18
docs /_build
19
19
docs /_source
20
- docs /poetry.lock
21
20
target /
22
21
dependency-reduced-pom.xml
Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ setupenv:
24
24
.PHONY : setup
25
25
setup :
26
26
$(POETRY ) install
27
- $(POETRY ) update
28
27
@if [ ! -d " $( SOURCEDIR) " ]; then mkdir -p " $( SOURCEDIR) " ; fi
29
28
cp -RL source/* $(SOURCEDIR )
30
29
cd $(SOURCEDIR ) && find . -name README.md -execdir mv ' {}' index.md ' ;'
31
30
31
+ .PHONY : update
32
+ update :
33
+ $(POETRY ) update
34
+
32
35
# Clean commands
33
36
.PHONY : pristine
34
37
pristine : clean
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ name = "java-driver"
3
3
version = " 3.7.1"
4
4
description = " ScyllaDB Java Driver"
5
5
authors = [" Java Driver Contributors" ]
6
+ package-mode = false
6
7
7
8
[tool .poetry .dependencies ]
8
- python = " ^3.9"
9
- pyyaml = " 6.0.1"
10
- pygments = " 2.15.1"
11
- redirects_cli =" ~0.1.3"
12
- sphinx-scylladb-theme = " ~1.7.2"
13
- sphinx-sitemap = " 2.5.1"
14
- sphinx-autobuild = " 2021.3.14"
15
- Sphinx = " 7.2.6"
16
- sphinx-multiversion-scylla = " ~0.3.1"
9
+ python = " ^3.10"
10
+ pygments = " ^2.18.0"
11
+ redirects_cli =" ^0.1.3"
12
+ sphinx-scylladb-theme = " ^1.8.1"
13
+ sphinx-sitemap = " ^2.6.0"
14
+ sphinx-autobuild = " ^2024.4.19"
15
+ Sphinx = " ^7.3.7"
16
+ sphinx-multiversion-scylla = " ^0.3.1"
17
17
wheel = " ^0.38.4"
18
18
sphinx-scylladb-markdown = " ^0.1.2"
19
19
20
20
[build-system ]
21
- requires = [" poetry>=0.12 " ]
22
- build-backend = " poetry.masonry.api"
21
+ requires = [" poetry>=1.8 " ]
22
+ build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change 138
138
'conf_py_path' : 'docs/source/' ,
139
139
'branch_substring_removed' : 'scylla-' ,
140
140
'github_repository' : 'scylladb/java-driver' ,
141
+ 'default_branch' : 'scylla-4.x' ,
141
142
'github_issues_repository' : 'scylladb/java-driver' ,
142
143
'hide_edit_this_page_button' : 'false' ,
143
144
'hide_feedback_buttons' : 'false' ,
You can’t perform that action at this time.
0 commit comments