Skip to content

Commit 77f105b

Browse files
committed
remove mewnala.color docs since it is no longer in a submodule
1 parent 91c63f5 commit 77f105b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/gen_ref_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
modules = {
1010
"reference/index.md": ("API Reference", "mewnala", {"show_submodules": False}),
1111
"reference/math.md": ("mewnala.math", "mewnala.math", {}),
12-
"reference/color.md": ("mewnala.color", "mewnala.color", {}),
12+
# "reference/color.md": ("mewnala.color", "mewnala.color", {}),
1313
}
1414

1515
for path, (title, module, options) in modules.items():

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ nav:
5151
- API Reference:
5252
- Overview: reference/index.md
5353
- Math: reference/math.md
54-
- Color: reference/color.md
5554
- Design:
5655
- Principles: principles.md
5756
- Internal API: api.md

0 commit comments

Comments
 (0)