Skip to content

Commit

Permalink
Fix TODOs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Sep 3, 2024
1 parent 3e0dc2f commit 9ed031d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
if rtds_version == "latest":
release = yosys_ver + "-dev"
todo_include_todos = False
elif rtds_version.startswith("yosys-"):
release = yosys_ver
todo_include_todos = False
else:
elif rtds_version.startswith("docs"):
release = rtds_version
todo_include_todos = True
else:
release = yosys_ver
todo_include_todos = False
else:
release = yosys_ver
todo_include_todos = True
Expand Down

0 comments on commit 9ed031d

Please sign in to comment.