From: Oleg Broytman Date: Fri, 10 Jun 2016 20:32:30 +0000 (+0300) Subject: No highlighting in code blocks X-Git-Tag: 0.0.13~3 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=756e91fa3da986c3e6da752e6552a99130d1c920 No highlighting in code blocks The code blocks here document options and aren't really blocks of code. --- diff --git a/docs-ru/before_begin.rst b/docs-ru/before_begin.rst index 52cf83f..3af1db0 100644 --- a/docs-ru/before_begin.rst +++ b/docs-ru/before_begin.rst @@ -8,6 +8,7 @@ .. contents:: :local: +.. highlight:: none Программное обеспечение ----------------------- diff --git a/docs-ru/command_line.rst b/docs-ru/command_line.rst index 8bf74c8..84e12a0 100644 --- a/docs-ru/command_line.rst +++ b/docs-ru/command_line.rst @@ -6,6 +6,7 @@ .. contents:: :local: +.. highlight:: none ml-initdb.py ------------ diff --git a/docs/before_begin.rst b/docs/before_begin.rst index adc1a2c..a2c13b0 100644 --- a/docs/before_begin.rst +++ b/docs/before_begin.rst @@ -8,6 +8,7 @@ Before you begin you need some preparations. .. contents:: :local: +.. highlight:: none Software -------- diff --git a/docs/command_line.rst b/docs/command_line.rst index 2196791..d91c3f5 100644 --- a/docs/command_line.rst +++ b/docs/command_line.rst @@ -6,6 +6,7 @@ Command-line scripts .. contents:: :local: +.. highlight:: none ml-initdb.py ------------