summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-20 07:16:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-20 07:18:16 +0100
commit7b52e8f0f6c6c40e84c5646218c584c1627fef19 (patch)
treeb411bcf58936918dddc4b7a2b6c76fb7e0c03b49
parentc-user/ada_support.rst: Discuss timer server and interrupt threads (diff)
downloadrtems-docs-7b52e8f0f6c6c40e84c5646218c584c1627fef19.tar.bz2
Mention sphinxcontrib-bibtex in README
-rw-r--r--README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index e0c06c4..aeb6ca5 100644
--- a/README.txt
+++ b/README.txt
@@ -38,7 +38,8 @@ Host Setup
----------
HTML builds directly with Sphinx, PDF requires a full Latex (texlive) install,
-and building a Single HTML page requires the 'inliner' tool.
+and building a Single HTML page requires the 'inliner' tool. The
+sphinxcontrib-bibtex extension is mandatory.
Please add your host as you set it up.
@@ -49,6 +50,7 @@ You can use this method to install a personal version of Sphinx if your host
does not provide a suitable package:
$ pip install -U sphinx
+ $ pip install sphinxcontrib-bibtex
On some hosts, this may complain that a newer version of pip is available.
If so, then upgrade pip into your personal area.