Skip to content

Commit 7be875f

Browse files
authored
Merge pull request #7012 from markotoplak/doc-visual-programming-submodule
[MNT] doc/visual-programming as git submodule
2 parents c72c463 + 4670d39 commit 7be875f

File tree

584 files changed

+12
-6215
lines changed

Some content is hidden

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

584 files changed

+12
-6215
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
steps:
4848
- name: Check out the repo
4949
uses: actions/checkout@v4
50+
with:
51+
submodules: 'true'
5052

5153
- name: Set up QEMU
5254
if: runner.os == 'Linux'

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
submodules: 'true'
2224
- name: Setup Python
2325
uses: actions/setup-python@v5
2426
with:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17+
submodules: 'true'
1718
fetch-depth: '2'
1819

1920
- name: Setup Python

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "doc/visual-programming"]
2+
path = doc/visual-programming
3+
url = https://github.com/biolab/orange3-doc-visual-programming.git

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ build:
55
tools:
66
python: "3.10"
77

8+
submodules:
9+
include: all
10+
811
sphinx:
912
# Path to the shared conf.py file.
1013
configuration: doc/conf.py

doc/visual-programming

Submodule visual-programming added at 5118f01

doc/visual-programming/Makefile

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

0 commit comments

Comments
 (0)