From 86c04c8d7ea763458d9853fcab9e364214df253d Mon Sep 17 00:00:00 2001
From: bigbes <bigbes@gmail.com>
Date: Mon, 23 Mar 2015 13:38:08 +0300
Subject: [PATCH] Minor fixes for site (disable mathjax, fix appendix header)

---
 doc/sphinx/book/app_b_proctitle.rst | 2 +-
 doc/sphinx/book/index.rst           | 1 +
 doc/sphinx/conf.py                  | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/book/app_b_proctitle.rst b/doc/sphinx/book/app_b_proctitle.rst
index 582caf13ba..16586b6586 100644
--- a/doc/sphinx/book/app_b_proctitle.rst
+++ b/doc/sphinx/book/app_b_proctitle.rst
@@ -2,7 +2,7 @@
 .. highlight:: lua
 
 -------------------------------------------------------------------------------
-                        Appendix B. List of error codes
+                        Appendix B. Process title
 -------------------------------------------------------------------------------
 
 Linux and FreeBSD operating systems allow a running process to modify its title,
diff --git a/doc/sphinx/book/index.rst b/doc/sphinx/book/index.rst
index cd3e153ba2..832da98e8a 100644
--- a/doc/sphinx/book/index.rst
+++ b/doc/sphinx/book/index.rst
@@ -3,6 +3,7 @@
 -------------------------------------------------------------------------------
 
 .. toctree::
+    :maxdepth: 2
 
     intro
     box/index
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 714e68649f..ae75b99786 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath('.'))
 
 extensions = [
     'sphinx.ext.todo',
-    'sphinx.ext.mathjax',
     'sphinx.ext.ifconfig',
     'ext.filters',
     'ext.lua'
-- 
GitLab