building the documentation locally with sphinx

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.

attachment.html (2.15 KB)

Do you get the same error if you simply type "make"? What python version are you using?

Best,
Tiago

Thank you for your attention. I discovered through graph-tools online docs
that ipython's help function is very helpful. So, I'm alright without a
copy of the online stuff.

I'm using Python 2.7. I had originally run make in a tmpfs, and so only
the installed files remain. I don't care to redownload and run make again,
because takes a long time.

Thanks again,
  Elliot

attachment.html (3.7 KB)