Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f32b7c6

Browse files
authored
Bump dependency on sphinx-tabs (#3336)
This latest patch release fixes a RemovedInSphinx90Warning that can be seen when building the docs without ignoring any warnings via PYTHONWARNINGS. I'm working on a few fixes for sphinx-autorun too (see https://github.com/WhyNotHugo/sphinx-autorun/pulls), one of which removes some `RuntimeWarning`s. After those come in, we can finally remove the ignore warning filter we currently use via a `PYTHONWARNINGS` environment variable in `make do_build`. Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent 3ac0f14 commit f32b7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-own.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ sphinx-autorun
1212
sphinxemoji
1313
sphinx-intl>=2.3.0
1414
sphinx-lint==0.7.0
15-
sphinx-tabs==3.4.5
15+
sphinx-tabs==3.4.7
1616
tabulate

0 commit comments

Comments
 (0)