We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd68ca8 commit bda83e1Copy full SHA for bda83e1
2 files changed
docs/conf.py
@@ -19,8 +19,8 @@
19
20
# -- Project information -----------------------------------------------------
21
22
-project = "Executable Books Project"
23
-copyright = "2020, Chris Sewell"
+project = "Sphinx-Panels"
+copyright = "2020, Executable Books Project"
24
author = "Chris Sewell"
25
26
# The short X.Y version
docs/index.rst
@@ -44,6 +44,11 @@ The panels are separated by three or more ``-``
44
45
Content of the bottom-right panel
46
47
+.. note::
48
+
49
+ If the viewing window is shrunk to less than a threshold width,
50
+ then the panels will re-order to a single column.
51
52
53
Installation
54
============
0 commit comments