mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-24 08:41:18 +00:00
Minor fixes to building docs and doc links.
- Upped minimum required version of docutils from 0.6 to 0.9. - Fixed link to pygments in build documentation - Fixed link to doxygen in build documentation
This commit is contained in:
parent
47181dc483
commit
8456c703fa
@ -360,7 +360,7 @@ endif()
|
||||
|
||||
if (NOT NO_DOC)
|
||||
find_package(Doxygen 1.8.4)
|
||||
find_package(Docutils 0.6)
|
||||
find_package(Docutils 0.9)
|
||||
else()
|
||||
set(DOXYGEN_EXECUTABLE )
|
||||
endif()
|
||||
|
@ -80,8 +80,8 @@ ________
|
||||
- `GLFW <https://github.com/glfw/glfw>`__ (required for standalone examples
|
||||
and some regression tests)
|
||||
- `Docutils <http://docutils.sourceforge.net/>`__ (required for reST-based documentation)
|
||||
- `Python Pygments <http://www.pygments.org/>`__ (required for Docutils reST styling)
|
||||
- `Doxygen <www.doxygen.org/>`__
|
||||
- `Python Pygments <http://pygments.org/>`__ (required for Docutils reST styling)
|
||||
- `Doxygen <http://www.doxygen.org/>`__
|
||||
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user