"src/sdk/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "7c4e81b555cce29c5d319baf90b0e2d38dc169a4"
Commit 32da2aa5 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update config.py

parent fdb6499b
...@@ -83,8 +83,6 @@ for version in soup.find_all("h2"): ...@@ -83,8 +83,6 @@ for version in soup.find_all("h2"):
# Find the next sibling that is a h3 tag (section title) # Find the next sibling that is a h3 tag (section title)
current = version.find_next_sibling() current = version.find_next_sibling()
print(current)
while current and current.name != "h2": while current and current.name != "h2":
if current.name == "h3": if current.name == "h3":
section_title = current.get_text().lower() # e.g., "added", "fixed" section_title = current.get_text().lower() # e.g., "added", "fixed"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment