Skip to content

Commit 1dd806a

Browse files
committed
Fix broken documentation rendering
1 parent 1c2bb44 commit 1dd806a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ site_url: https://gradion-ai.github.io/group-genie/
55
repo_name: gradion-ai/group-genie
66
repo_url: https://github.com/gradion-ai/group-genie
77

8-
copyright: Copyright © 2025 Gradion AI
8+
copyright: Copyright © 2025-2026 Gradion AI
99

1010
theme:
1111
name: material
@@ -91,10 +91,7 @@ plugins:
9191
- api/provider/openai.md: OpenAI Agents SDK specific agent implementation
9292

9393
markdown_extensions:
94-
- pymdownx.highlight:
95-
anchor_linenums: true
96-
line_spans: __span
97-
pygments_lang_class: true
94+
- pymdownx.highlight
9895
- pymdownx.inlinehilite
9996
- pymdownx.snippets:
10097
dedent_subsections: true

0 commit comments

Comments
 (0)