This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 77060179dd0de76c7042bf2d9f8e5130744f5c96
Author: hanzhijian <[email protected]>
AuthorDate: Wed Jun 10 10:03:14 2026 +0800

    fix: replace :kconfig:option: with plain backticks for Sphinx compatibility
---
 Documentation/applications/system/iptables/index.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/applications/system/iptables/index.rst 
b/Documentation/applications/system/iptables/index.rst
index d9510a93968..002b4805b7f 100644
--- a/Documentation/applications/system/iptables/index.rst
+++ b/Documentation/applications/system/iptables/index.rst
@@ -8,17 +8,17 @@ tables of IPv4 packet filter rules in the NuttX kernel.
 Configuration
 =============
 
-- :kconfig:option:`CONFIG_SYSTEM_IPTABLES`
-- :kconfig:option:`CONFIG_NET_IPTABLES`
-- :kconfig:option:`CONFIG_NET_IPv4`
+- ``CONFIG_SYSTEM_IPTABLES``
+- ``CONFIG_NET_IPTABLES``
+- ``CONFIG_NET_IPv4``
 
 The following additional options are available:
 
-- :kconfig:option:`CONFIG_SYSTEM_IPTABLES_PRIORITY` - Task priority
+- ``CONFIG_SYSTEM_IPTABLES_PRIORITY`` - Task priority
   (default: 100)
-- :kconfig:option:`CONFIG_SYSTEM_IPTABLES_STACKSIZE` - Stack size
+- ``CONFIG_SYSTEM_IPTABLES_STACKSIZE`` - Stack size
   (default: ``DEFAULT_TASK_STACKSIZE``)
-- :kconfig:option:`CONFIG_SYSTEM_IPTABLES_LOCK_FILE_PATH` - Lock file
+- ``CONFIG_SYSTEM_IPTABLES_LOCK_FILE_PATH`` - Lock file
   path to prevent concurrent overwrite (default: ``/tmp/iptables.lock``)
 
 Usage
@@ -67,9 +67,9 @@ Options
    The following tables are available:
 
    - ``filter``: The default table for packet filtering (requires
-     :kconfig:option:`CONFIG_NET_IPFILTER`).
+     ``CONFIG_NET_IPFILTER``).
    - ``nat``: Used for Network Address Translation (requires
-     :kconfig:option:`CONFIG_NET_NAT`). Only supports the
+     ``CONFIG_NET_NAT``). Only supports the
      ``MASQUERADE`` target with ``-o`` option.
 
 ``-j, --jump target``

Reply via email to