Add book link to the documentation

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-21 00:38:03 -04:00
parent a36c2a6590
commit 86399a5ee2
7 changed files with 78 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ html_theme = 'sphinx_rtd_theme'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'analytics_id': 'UA-52965619-6',
'analytics_id': 'UA-52965619-6'
}
# Add any paths that contain custom themes here, relative to this directory.
@@ -305,3 +305,4 @@ def setup(app):
substitutions=substitutions
)
)
utils.patch_theme_template(app, templates_path=templates_path[0])