summaryrefslogtreecommitdiff
path: root/llvm/cmake/modules/AddSphinxTarget.cmake
AgeCommit message (Expand)Author
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse
2023-01-23[CMake] Replace list(FIND) by if(IN_LIST) where index isn't usedAaron Puchert
2022-02-01[docs] Remove hard-coded version numbers from sphinx configsTom Stellard
2022-01-08[llvm] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson
2021-12-13Simplify AddSphinxTarget.cmake by just including `GNUInstallDirs`John Ericson
2021-12-13Quote some more destination paths with variablesJohn Ericson
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson
2021-11-02Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani
2021-11-02Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson
2021-01-17Reland [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python re...Raphael Isemann
2021-01-15Revert "[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python r...Raphael Isemann
2021-01-15[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python referenceRaphael Isemann
2020-07-07[llvm] [docs] Do not require recommonmark for manpage buildMichał Górny
2020-03-05[clang][cmake] Include generated rst files in html built by docs-clang-html t...Tom Stellard
2019-10-02[llvm] [cmake] Add install targets for missing distribution componentsMichal Gorny
2017-11-30[cmake] Include project name in Sphinx doctree dir to fix race conditionsMichal Gorny
2017-05-15CMake: Fix docs-llvm-man target when clang+llvm is in the same source treeTom Stellard
2017-05-09Revert "Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake""Tom Stellard
2017-05-03Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake"Tom Stellard
2017-05-03CMake: Move sphinx detection into AddSphinxTarget.cmakeTom Stellard
2017-04-05Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesJonathan Roelofs
2017-03-11Revert r297516 - Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesEric Fiselier
2017-03-10Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesJonathan Roelofs
2016-12-05[cmake] Include component in Sphinx install rulesMichal Gorny
2016-10-04[cmake] Use separate doctrees to prevent races between Sphinx instancesMichal Gorny
2016-09-23cmake: Support overriding Sphinx HTML doc install directoryMichal Gorny
2014-08-14Make message about building sphinx documentation with CMake moreDan Liew
2014-08-14Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow warnings to not beDan Liew
2014-04-28Teach add_sphinx_target() to respect the LLVM_INSTALL_TOOLCHAIN_ONLY CMakeDan Liew
2014-04-18Added Sphinx documentation generation to CMake build system.Reid Kleckner