docs: update overall doc style#127
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation layout and styling for AReno. It introduces a major CSS redesign, custom HTML layout components on the landing page, new templates for the header and sidebar, and updates to the Sphinx configuration. The reviewer feedback focuses on improving the readability of the .rst source by replacing HTML entity newlines with standard newlines in code blocks, adding double quotes to HTML attributes, wrapping hardcoded UI strings in translation functions for internationalization, and adding vendor prefixes and properties for better cross-browser CSS compatibility.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
重构文档站点的整体样式、首页布局、侧边栏、主题切换和 AReno 品牌资源,使 Sphinx 文档站点更接近目标的简洁技术文档风格。 同时根据 PR 评审反馈清理 raw HTML 代码块换行、修正模板属性与 i18n 文案,并补充跨浏览器 CSS 兼容性前缀。
0bf1a6c to
4a72803
Compare
What does this PR do?
Update the overall documentation site style, to keep it more clean and technical.
Related issue
#106
Type of change
How was it tested?
Checklist
pytest tests/ -k cpu).Breaking change details