Skip to content

Commit 2f659af

Browse files
committed
build: update doc pins, and css for sphinx 4
1 parent 210ac20 commit 2f659af

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

doc/_static/coverage.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@ img.tideliftlogo {
3838
margin-bottom: 1em;
3939
}
4040

41+
.sig {
42+
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
43+
}
44+
45+
.sig-name, .sig-prename {
46+
font-size: 1.1em;
47+
font-weight: bold;
48+
color: black;
49+
}
50+
51+
.rst-content dl dt.sig {
52+
font-weight: inherit;
53+
}
54+
4155
/* .. parsed-literal:: isn't styled like other <pre> blocks!? */
4256

4357
.rst-content pre.literal-block {

doc/requirements.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# https://requires.io/github/nedbat/coveragepy/requirements/
66

77
doc8==0.8.1
8-
pyenchant==3.2.0
9-
sphinx==3.5.4
8+
pyenchant==3.2.1
9+
sphinx==4.1.1
1010
sphinxcontrib-restbuilder==0.3
1111
sphinxcontrib-spelling==7.2.1
1212
sphinx_rtd_theme==0.5.2
1313
sphinx-autobuild==2021.3.14
14-
sphinx-tabs==2.1.0
14+
sphinx-tabs==3.1.0

0 commit comments

Comments
 (0)