diff --git a/Documentation/Makefile b/Documentation/Makefile index 7d19f170e61..73575e06eda 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,7 +23,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= -j auto +SPHINXOPTS ?= -j auto -A nuttx_versions="latest,${NUTTX_VERSIONS}" SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build diff --git a/Documentation/_static/custom.css b/Documentation/_static/custom.css index 521e0f7f7b4..f525eeb12a5 100644 --- a/Documentation/_static/custom.css +++ b/Documentation/_static/custom.css @@ -86,3 +86,8 @@ span.menuselection border-radius: 3px; border: 1px solid rgb(204, 204, 204); } + +div.version-selector +{ + margin-bottom: 1em; +} diff --git a/Documentation/_templates/layout.html b/Documentation/_templates/layout.html index 8f7c20e5f04..3812e2b7c2e 100644 --- a/Documentation/_templates/layout.html +++ b/Documentation/_templates/layout.html @@ -37,9 +37,9 @@ more modern -->