From 2f659af0c45d49d1f8f64fd55c7918cd68b94c7f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 18 Jul 2021 10:03:24 -0400 Subject: build: update doc pins, and css for sphinx 4 --- doc/_static/coverage.css | 14 ++++++++++++++ doc/requirements.pip | 6 +++--- 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
 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
-- 
cgit v1.2.1