You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/06 03:43:48 UTC

[incubator-nuttx] 01/02: Documentation: re-enable prev, next buttons

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 9c83b407b409a1e11e4adceb3efc5e59c539f328
Author: Matias N <ma...@protobits.dev>
AuthorDate: Sat Dec 5 23:24:16 2020 -0300

    Documentation: re-enable prev, next buttons
---
 Documentation/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 668e764..b1780a0 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -93,9 +93,9 @@ html_theme = 'sphinx_rtd_theme'
 
 html_show_sphinx = False
 
-html_theme_options = {
-    'prev_next_buttons_location': None
-}
+#html_theme_options = {
+#    'prev_next_buttons_location': None
+#}
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,