diff --git a/docs/usage.rst b/docs/usage.rst index 9e1ebe10..0cc583ea 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -22,8 +22,8 @@ This repository contains three independent CMake-based projects: - when this library will become part of the C++ standard it will have no external dependencies but until then it depends on: - - `{fmt} `_ to provide text formatting of quantities. - `gsl-lite `_ to verify runtime contracts with the ``gsl_Expects`` macro. + - [for compilers other than VS2022] `{fmt} `_ to provide text formatting of quantities. - [only for clang < 14 with libc++] `range-v3 `_ to provide needed C++20 concepts and utilities. - *.* @@ -36,9 +36,13 @@ This repository contains three independent CMake-based projects: - `linear algebra `_ library based on proposal `P1385 `_ used in some examples and tests. + + - in case you also want to build the project's documentation you will need: + - `Doxygen `_ to extract C++ entities information from the source code. - `Sphinx `_ to build the documentation. + - `Sphinx ReadTheDocs Theme `_ - `Sphinx recommonmark `_. - `Breathe `_ as a bridge between the Sphinx and Doxygen documentation systems.