From 6c5d5fc66c77bdaeef470ed867135e61ac4b4225 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 11 Jun 2018 21:39:27 +0100 Subject: [PATCH] A couple of tweaks. --- src/conf.py | 5 +++-- src/examples/example_01.rst | 2 +- src/theme-re2c/static/theme-re2c.css | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/conf.py b/src/conf.py index 76e9e5f4..cc694964 100644 --- a/src/conf.py +++ b/src/conf.py @@ -32,6 +32,7 @@ import shlex extensions = [ 'sphinx.ext.imgmath' ] +imgmath_use_preview = True # to find the baseline of surrounding text # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -57,9 +58,9 @@ author = u're2c devs' # built documents. # # The short X.Y version. -version = '1.0.2' +version = '1.0.3' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/examples/example_01.rst b/src/examples/example_01.rst index b71ca497..18477f6f 100644 --- a/src/examples/example_01.rst +++ b/src/examples/example_01.rst @@ -53,7 +53,7 @@ Run: .. code-block:: bash - $ ./integers 123 0xfF 010 0B101 ? + $ ./integers 123 0xfF 010 0B101 oO0 decimal hexadecimal octal diff --git a/src/theme-re2c/static/theme-re2c.css b/src/theme-re2c/static/theme-re2c.css index f71b3a6d..6bd48557 100644 --- a/src/theme-re2c/static/theme-re2c.css +++ b/src/theme-re2c/static/theme-re2c.css @@ -34,7 +34,7 @@ div.document table, tr, td, th { } div.document img { display: block; - border: 1px dotted; +/* border: 1px dotted; */ margin: auto; } div.document img.feed { -- 2.40.0