=doc #17752 Compatibility with latest version of Sphinx
This commit is contained in:
parent
1ebab01ebb
commit
f52ee58cc8
2 changed files with 19 additions and 32 deletions
|
|
@ -1,8 +1,8 @@
|
|||
.. _cluster:
|
||||
|
||||
######################
|
||||
Cluster Specification
|
||||
######################
|
||||
#####################
|
||||
Cluster Specification
|
||||
#####################
|
||||
|
||||
.. note:: This document describes the design concepts of the clustering.
|
||||
|
||||
|
|
@ -337,5 +337,3 @@ Failure Detection and Unreachability
|
|||
to the state signaling that the cluster is unable to talk to this node,
|
||||
after being unreachable the failure detector may detect it as reachable
|
||||
again and thereby remove the flag
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -92,19 +92,13 @@ Installing Sphinx on OS X
|
|||
|
||||
Install `Homebrew <https://github.com/mxcl/homebrew>`_
|
||||
|
||||
Install Python and pip:
|
||||
Install Python with Homebrew:
|
||||
|
||||
::
|
||||
|
||||
brew install python
|
||||
/usr/local/share/python/easy_install pip
|
||||
|
||||
Add the Homebrew Python path to your $PATH:
|
||||
|
||||
::
|
||||
|
||||
/usr/local/Cellar/python/2.7.5/bin
|
||||
|
||||
Homebrew will automatically add Python executable to your $PATH and pip is a part of the default Python installation with Homebrew.
|
||||
|
||||
More information in case of trouble:
|
||||
https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python
|
||||
|
|
@ -115,12 +109,6 @@ Install sphinx:
|
|||
|
||||
pip install sphinx
|
||||
|
||||
Add sphinx_build to your $PATH:
|
||||
|
||||
::
|
||||
|
||||
/usr/local/share/python
|
||||
|
||||
Install BasicTeX package from:
|
||||
http://www.tug.org/mactex/morepackages.html
|
||||
|
||||
|
|
@ -128,7 +116,8 @@ Add texlive bin to $PATH:
|
|||
|
||||
::
|
||||
|
||||
/usr/local/texlive/2013basic/bin/universal-darwin
|
||||
export TEXLIVE_PATH=/usr/local/texlive/2015basic/bin/universal-darwin
|
||||
export PATH=$TEXLIVE_PATH:$PATH
|
||||
|
||||
Add missing tex packages:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue