3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00

added a missing dependency for compiling doc

This commit is contained in:
Hartmut Hafermann 2014-04-22 11:45:09 +02:00
parent b1508a07ff
commit a0bfead2c6

View File

@ -29,4 +29,9 @@ Optionally, you may be interested in:
.. ..
* How to use :ref:`Intel <icc>` C++ compiler? * How to use :ref:`Intel <icc>` C++ compiler?
If you wish to compile the documentation locally, you additionally need to install the following package: ::
pip install sphinxcontrib-doxylink
.. warning:: you need the latest version of Cython (>=.17, downloadable on Cython.org). If Cython is not found, specify the location of the executable with the option -DCYTHON_EXECUTABLE. .. warning:: you need the latest version of Cython (>=.17, downloadable on Cython.org). If Cython is not found, specify the location of the executable with the option -DCYTHON_EXECUTABLE.