remove unneeded comments
This commit is contained in:
@@ -74,8 +74,6 @@ class LLMSFullManager:
|
|||||||
if toctree:
|
if toctree:
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
|
||||||
# Use findall() instead of traverse() to avoid deprecation warning
|
|
||||||
# Convert generator to list for iteration
|
|
||||||
for node in list(toctree.findall(nodes.reference)):
|
for node in list(toctree.findall(nodes.reference)):
|
||||||
if "refuri" in node.attributes:
|
if "refuri" in node.attributes:
|
||||||
refuri = node.attributes["refuri"]
|
refuri = node.attributes["refuri"]
|
||||||
|
|||||||
Reference in New Issue
Block a user