readthedocs/sphinx_rtd_theme

Use flexible layout for hlist directives

Open

#1,108 opened on Apr 1, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)CSS (3,473 stars) (1,413 forks)batch import
AcceptedBugDesignGood First IssueNeeded: patch

Description

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

Contributor guide