diff options
-rw-r--r-- | doc/_static/coverage.css | 14 | ||||
-rw-r--r-- | 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 <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 |