Skip to content

Commit 3275957

Browse files
committed
[build] Added dedicated requirements and constraints files for docs dependencies.
Signed-off-by: Michael Seifert <[email protected]>
1 parent a950f55 commit 3275957

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ updates:
77
interval: weekly
88
open-pull-requests-limit: 10
99
target-branch: main
10+
- package-ecosystem: pip
11+
directory: /dependencies/docs
12+
schedule:
13+
interval: weekly
14+
open-pull-requests-limit: 10
15+
target-branch: main
1016
- package-ecosystem: github-actions
1117
directory: /
1218
schedule:

dependencies/docs/constraints.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
alabaster==0.7.13
2+
Babel==2.13.1
3+
certifi==2023.7.22
4+
charset-normalizer==3.3.1
5+
docutils==0.18.1
6+
idna==3.4
7+
imagesize==1.4.1
8+
Jinja2==3.1.2
9+
MarkupSafe==2.1.3
10+
packaging==23.2
11+
Pygments==2.16.1
12+
requests==2.31.0
13+
snowballstemmer==2.2.0
14+
Sphinx==7.2.6
15+
sphinx-rtd-theme==1.3.0
16+
sphinxcontrib-applehelp==1.0.7
17+
sphinxcontrib-devhelp==1.0.5
18+
sphinxcontrib-htmlhelp==2.0.4
19+
sphinxcontrib-jquery==4.1
20+
sphinxcontrib-jsmath==1.0.1
21+
sphinxcontrib-qthelp==1.0.6
22+
sphinxcontrib-serializinghtml==1.1.9
23+
urllib3==2.0.7

dependencies/docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx >= 5.3
2+
sphinx-rtd-theme >= 1.0

0 commit comments

Comments
 (0)