Skip to content

Commit ad61288

Browse files
jeremymanningclaude
andcommitted
Fix 404 error in Sphinx documentation navigation
- Remove problematic header_links configuration that was generating broken links - Simplify theme options to use default navigation behavior - Addresses user-reported 404 error for "Documentation" link in header 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c02fab commit ad61288

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
html_theme_options = {
4848
"project_name": "Clustrix",
4949
"github_url": "https://github.com/ContextLab/clustrix",
50-
"header_links": "Documentation|API Reference|Tutorials",
51-
"footer_links": "GitHub|PyPI|Documentation",
50+
"footer_links": "GitHub|PyPI",
5251
}
5352

5453
html_title = "Clustrix Documentation"

0 commit comments

Comments
 (0)