Skip to content

Commit 8225c18

Browse files
committed
build: Add flat-table dependency
1 parent dc40901 commit 8225c18

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

requirements/base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ sphinx-tags
1515
sphinx-notfound-page
1616
sphinxemoji
1717
myst_parser
18+
linuxdoc

requirements/base.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ colorama==0.4.6
2828
# via sphinx-autobuild
2929
docutils==0.21.2
3030
# via
31+
# linuxdoc
3132
# myst-parser
3233
# pydata-sphinx-theme
3334
# sphinx
35+
fspath==20230629
36+
# via linuxdoc
3437
h11==0.16.0
3538
# via uvicorn
3639
idna==3.11
@@ -43,6 +46,8 @@ jinja2==3.1.6
4346
# via
4447
# myst-parser
4548
# sphinx
49+
linuxdoc==20240924
50+
# via -r requirements/base.in
4651
markdown-it-py==3.0.0
4752
# via
4853
# mdit-py-plugins
@@ -77,13 +82,16 @@ requests==2.32.5
7782
# sphinxcontrib-youtube
7883
roman-numerals-py==3.1.0
7984
# via sphinx
85+
six==1.17.0
86+
# via fspath
8087
snowballstemmer==3.0.1
8188
# via sphinx
8289
soupsieve==2.8
8390
# via beautifulsoup4
8491
sphinx==8.2.3
8592
# via
8693
# -r requirements/base.in
94+
# linuxdoc
8795
# myst-parser
8896
# pydata-sphinx-theme
8997
# sphinx-autobuild
@@ -130,7 +138,7 @@ sphinxcontrib-serializinghtml==2.0.0
130138
# via sphinx
131139
sphinxcontrib-youtube==1.4.1
132140
# via -r requirements/base.in
133-
sphinxemoji==0.3.1
141+
sphinxemoji==0.3.2
134142
# via -r requirements/base.in
135143
sphinxext-rediraffe==0.3.0
136144
# via -r requirements/base.in
@@ -150,3 +158,6 @@ watchfiles==1.1.1
150158
# via sphinx-autobuild
151159
websockets==15.0.1
152160
# via sphinx-autobuild
161+
162+
# The following packages are considered to be unsafe in a requirements file:
163+
# setuptools

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"sphinx_tags",
5353
"sphinxemoji.sphinxemoji",
5454
"myst_parser",
55+
"linuxdoc.rstFlatTable",
5556
]
5657

5758
# Extension Configuration

0 commit comments

Comments
 (0)