diff --git a/content/conf.py b/content/conf.py index babe85e..018a107 100644 --- a/content/conf.py +++ b/content/conf.py @@ -21,7 +21,7 @@ copyright = "2024, EuroCC National Competence Centre Sweden" author = "The contributors" github_user = "ENCCS" -github_repo_name = "" # auto-detected from dirname if blank +github_repo_name = "intro-cmake" # auto-detected from dirname if blank github_version = "main" conf_py_path = "/content/" # with leading and trailing slash diff --git a/content/hello-cmake.rst b/content/hello-cmake.rst index f38cc7f..175525e 100644 --- a/content/hello-cmake.rst +++ b/content/hello-cmake.rst @@ -13,7 +13,7 @@ From sources to executables - Learn what tools are available in the CMake suite. - Learn how to write a simple ``CMakeLists.txt``. - Learn the difference between **build systems**, **build tools**, and **build system generator**. - - Learn to distinguish between *configuration*, *generation*, and **build* time. + - Learn to distinguish between *configuration*, *generation*, and *build* time.