Skip to content

Commit d98f63d

Browse files
jeremymanningclaude
andcommitted
Force ReadTheDocs rebuild with additional configuration
- Add html_last_updated_fmt to show build date - Add explicit html_context for GitHub integration on ReadTheDocs - This should trigger a rebuild and ensure Edit links work correctly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dbbf115 commit d98f63d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/conf.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
html_title = "Clustrix Documentation"
5555
html_short_title = "Clustrix"
5656

57+
# Force ReadTheDocs rebuild
58+
html_last_updated_fmt = "%b %d, %Y"
59+
60+
# Additional context for ReadTheDocs
61+
html_context = {
62+
"display_github": True,
63+
"github_user": "ContextLab",
64+
"github_repo": "clustrix",
65+
"github_version": "master",
66+
"conf_py_path": "/docs/source/",
67+
}
68+
5769
# -- Extension configuration -------------------------------------------------
5870

5971
# Napoleon settings

0 commit comments

Comments
 (0)