cederom commented on PR #179:
URL: https://github.com/apache/nuttx-website/pull/179#issuecomment-4963302703

   I tried local build of master and releases/13.0 and it works no problem o_O
   
   Local build of master:
   ```
   % git log -1
   commit 170a989ccb78c29e250309644dc0f65c55cf8fd7 (HEAD -> master, 
origin/master, origin/HEAD)
   
   % pipenv shell
   Launching subshell in virtual environment...
   If you want to end one or more processes at a time using a regular expression
   enter "pkill regex".
   
                -- Lars Engels <[email protected]>
    source 
/home/cederom/.local/share/virtualenvs/Documentation-iCSe2d44/bin/activate
   functions -c deactivate _pipenv_old_deactivate; deactivate() { 
_pipenv_old_deactivate; unset PIPENV_ACTIVE; }
   
   %  source 
/home/cederom/.local/share/virtualenvs/Documentation-iCSe2d44/bin/activate
   (Documentation) % functions -c deactivate _pipenv_old_deactivate; 
deactivate() { _pipenv_old_deactivate; unset PIPENV_ACTIVE; }
   
   (Documentation) % gmake html
   Removing everything under '_build'...
   Running Sphinx v6.2.1
   myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, 
enable_extensions=set(), disable_syntax=[], all_links_external=False, 
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), 
ref_domains=None, fence_as_directive=set(), number_code_blocks=[], 
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, 
footnote_transition=True, words_per_minute=200, substitutions={}, 
linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, 
dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, 
mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
   Tags updated
   building [mo]: targets for 0 po files that are out of date
   writing output...
   building [html]: targets for 1641 source files that are out of date
   updating environment: [new config] 1647 added, 0 changed, 0 removed
   reading sources... [100%] quickstart/organization .. testing/nxdart
   looking for now-outdated files... none found
   pickling environment... done
   checking consistency... done
   preparing documents... done
   writing output... [100%] reference/user/08_pthread .. testing/nxdart
   generating indices... genindex done
   writing additional pages... search done
   copying images... [100%] testing/image/membrowse-targets.png
   copying downloadable files... [100%] 
components/drivers/special/usbmonitor_wireshark_linux_example_adb.pcapng
   copying static files... done
   copying extra files... done
   dumping search index in English (code: en)... done
   dumping object inventory... done
   build succeeded.
   
   The HTML pages are in _build/html.
   ```
   
   Local build of 13.0:
   ```
   % git log -1
   commit 2874b429f36c8655de286b3b8962f1ed69d77e29 (HEAD -> releases/13.0, 
origin/releases/13.0)
   
   % pipenv shell
   Launching subshell in virtual environment...
   If you don't want to edit /etc/rc.conf directly, use sysrc(8) to add and 
remove entries.
   Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an 
entry.
   
                -- Lars Engels <[email protected]>
    source 
/home/cederom/.local/share/virtualenvs/Documentation-iCSe2d44/bin/activate
   functions -c deactivate _pipenv_old_deactivate; deactivate() { 
_pipenv_old_deactivate; unset PIPENV_ACTIVE; }
   %  source 
/home/cederom/.local/share/virtualenvs/Documentation-iCSe2d44/bin/activate
   (Documentation) % functions -c deactivate _pipenv_old_deactivate; 
deactivate() { _pipenv_old_deactivate; unset PIPENV_ACTIVE; }
   
   (Documentation) % gmake html
   Removing everything under '_build'...
   Running Sphinx v6.2.1
   myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, 
enable_extensions=set(), disable_syntax=[], all_links_external=False, 
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), 
ref_domains=None, fence_as_directive=set(), number_code_blocks=[], 
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, 
footnote_transition=True, words_per_minute=200, substitutions={}, 
linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, 
dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, 
mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
   Tags updated
   building [mo]: targets for 0 po files that are out of date
   writing output...
   building [html]: targets for 1633 source files that are out of date
   updating environment: [new config] 1629 added, 0 changed, 0 removed
   reading sources... [100%] platforms/z80/z80/index .. testing/nxdart
   looking for now-outdated files... none found
   pickling environment... done
   checking consistency... done
   preparing documents... done
   writing output... [100%] reference/user/04_message_queue .. testing/nxdart
   generating indices... genindex done
   writing additional pages... search done
   copying images... [100%] _static/images/menuconfig-debug.png
   copying downloadable files... [100%] 
components/drivers/special/usbmonitor_wireshark_linux_example_adb.pcapng
   copying static files... done
   copying extra files... done
   dumping search index in English (code: en)... done
   dumping object inventory... done
   build succeeded.
   
   The HTML pages are in _build/html.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to