Skip to content

Commit 33d859e

Browse files
authored
Fix further Sphinx build warnings
1 parent f2ac9f6 commit 33d859e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. publishing-and-using-codeql-packs:
1+
.. _publishing-and-using-codeql-packs:
22

33
Publishing and using CodeQL packs
44
=================================
@@ -16,6 +16,8 @@ Configuring the ``qlpack.yml`` file before publishing
1616

1717
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.
1818

19+
.. code-block:: none
20+
1921
library: # set to true if the pack is a library. Set to false or omit for a query pack
2022
name: <scope>/<pack>
2123
version: x.x.x

0 commit comments

Comments
 (0)