3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

docs: Remove TODOs from output

Remove highlighting of wreduce/opt_clean bug.
This commit is contained in:
Krystine Sherwin 2024-03-05 05:44:40 +13:00
parent 9eed04dd4b
commit 3596025283
No known key found for this signature in database
4 changed files with 4 additions and 7 deletions

View file

@ -61,7 +61,7 @@ latex_elements = {
# include todos during rewrite
extensions.append('sphinx.ext.todo')
todo_include_todos = True
todo_include_todos = False
# custom cmd-ref parsing/linking
sys.path += [os.path.dirname(__file__) + "/../"]