Skip to content

Commit 3e0519c

Browse files
committed
fix: install appropriate alabaster version for Python3.8
1 parent bac5fc0 commit 3e0519c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements/doc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx==4.2.0
2+
alabaster==0.7.13
23
sphinx-book-theme==0.3.3
34
recommonmark==0.6.0
45
sphinxcontrib.yt==0.2.2

requirements/doc.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
#
55
# make upgrade
66
#
7-
alabaster==0.7.16
8-
# via sphinx
7+
alabaster==0.7.13
8+
# via
9+
# -r requirements/doc.in
10+
# sphinx
911
babel==2.14.0
1012
# via sphinx
1113
beautifulsoup4==4.12.3

0 commit comments

Comments
 (0)