summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-07-18 10:03:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-07-18 10:51:31 -0400
commit2f659af0c45d49d1f8f64fd55c7918cd68b94c7f (patch)
treef35a78e4d00957e9c6f1f18d672c83bd919d52f8
parent210ac2047ce42ca94ccd569ef7d8ea2db80d7357 (diff)
downloadpython-coveragepy-git-2f659af0c45d49d1f8f64fd55c7918cd68b94c7f.tar.gz
build: update doc pins, and css for sphinx 4
-rw-r--r--doc/_static/coverage.css14
-rw-r--r--doc/requirements.pip6
2 files changed, 17 insertions, 3 deletions
diff --git a/doc/_static/coverage.css b/doc/_static/coverage.css
index 482936ab..1e2bdbff 100644
--- a/doc/_static/coverage.css
+++ b/doc/_static/coverage.css
@@ -38,6 +38,20 @@ img.tideliftlogo {
margin-bottom: 1em;
}
+.sig {
+ 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;
+}
+
+.sig-name, .sig-prename {
+ font-size: 1.1em;
+ font-weight: bold;
+ color: black;
+}
+
+.rst-content dl dt.sig {
+ font-weight: inherit;
+}
+
/* .. parsed-literal:: isn't styled like other <pre> blocks!? */
.rst-content pre.literal-block {
diff --git a/doc/requirements.pip b/doc/requirements.pip
index a8bec030..c17c687c 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -5,10 +5,10 @@
# https://requires.io/github/nedbat/coveragepy/requirements/
doc8==0.8.1
-pyenchant==3.2.0
-sphinx==3.5.4
+pyenchant==3.2.1
+sphinx==4.1.1
sphinxcontrib-restbuilder==0.3
sphinxcontrib-spelling==7.2.1
sphinx_rtd_theme==0.5.2
sphinx-autobuild==2021.3.14
-sphinx-tabs==2.1.0
+sphinx-tabs==3.1.0