From 33d859eb5c674057a6e7db2420963a010b87e2fc Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 26 Jul 2021 13:12:10 +0100 Subject: [PATCH] Fix further Sphinx build warnings --- docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst index 84601a9de1f..3b6d77825f6 100644 --- a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst +++ b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst @@ -1,4 +1,4 @@ -.. publishing-and-using-codeql-packs: +.. _publishing-and-using-codeql-packs: Publishing and using CodeQL packs ================================= @@ -16,6 +16,8 @@ Configuring the ``qlpack.yml`` file before publishing You can check and modify the configuration details of your CodeQL pack prior to publishing. Open the ``qlpack.yml`` file in your preferred text editor. +.. code-block:: none + library: # set to true if the pack is a library. Set to false or omit for a query pack name: / version: x.x.x