readthedocs/sphinx_rtd_theme

Use flexible layout for hlist directives

Open

#1,108 创建于 2021年4月1日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)CSS (3,473 star) (1,413 fork)batch import
AcceptedBugDesignGood First IssueNeeded: patch

描述

Problem

The current hlist can look bad on mobile or when using many columns.

Reproducible Project

https://docs.blender.org/api/current/bpy.types.AlphaUnderSequence.html

Error Logs/Results

image

As you can see the list items extend beyond viewport when the viewport is narrow.

Expected Results

The columns should break into new rows.

Environment Info

  • Python Version: 3.9.x
  • Sphinx Version: 3.5.1
  • RTD Theme Version: 0.5.1

贡献者指南