Hi, I'd like to get the graph-tool documentation locally. After compiling, I did this: $ cd /usr/local/share/doc/graph-tool/doc $ sphinx-build -b html ./ $DOCSPATH/graph-tool Running Sphinx v1.2.2
loading pickled environment... not yet created No builder selected, using default: html loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://www.cairographics.org/documentation/pycairo/3/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://ipython.org/ipython-doc/stable/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://pandas.pydata.org/pandas-docs/stable/objects.inv... building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 17%] community Encoding error: 'ascii' codec can't encode character u'\xe9' in position 753: ordinal not in range(128)
How do I acquire an offline version of the docs? Thanks.