doc: Drop unused <demos> tag
This commit is contained in:
parent
1b3ea697c5
commit
6af69f851a
646 changed files with 2 additions and 1297 deletions
|
|
@ -261,7 +261,7 @@ class ClassStatus:
|
|||
for sub_tag in list(tag):
|
||||
status.progresses[tag.tag].increment(len(sub_tag.text.strip()) > 0)
|
||||
|
||||
elif tag.tag in ['tutorials', 'demos']:
|
||||
elif tag.tag in ['tutorials']:
|
||||
pass # Ignore those tags for now
|
||||
|
||||
elif tag.tag in ['theme_items']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue