Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4dd4da25 authored by Jason Kridner's avatar Jason Kridner
Browse files

Merge branch 'main' of git.beagleboard.org:docs/docs.beagleboard.io

parents 0e8d667c ba5e0b9a
Branches
Tags
No related merge requests found
...@@ -523,7 +523,7 @@ Solution ...@@ -523,7 +523,7 @@ Solution
.. _kernel_hello_patch: .. _kernel_hello_patch:
.. literalinclude:: ../code/07kernel/hello.patch .. literalinclude:: ../code/07kernel/hello.patch
:language: patch :language: text
:caption: Simple kernel patch file (hello.patch) :caption: Simple kernel patch file (hello.patch)
:linenos: :linenos:
......
...@@ -775,10 +775,16 @@ Run the following to download and setup Sphinx locally. ...@@ -775,10 +775,16 @@ Run the following to download and setup Sphinx locally.
imagemagick-6.q16 librsvg2-bin webp \ imagemagick-6.q16 librsvg2-bin webp \
texlive-full texlive-latex-extra texlive-fonts-extra \ texlive-full texlive-latex-extra texlive-fonts-extra \
fonts-freefont-otf fonts-dejavu fonts-dejavu-extra fonts-freefont-ttf fonts-freefont-otf fonts-dejavu fonts-dejavu-extra fonts-freefont-ttf
bone$ ./venv-build-env.sh
In case of any problems, checkout `Beagleboard Forum <https://forum.beagleboard.org/>`_. In case of any problems, checkout `Beagleboard Forum <https://forum.beagleboard.org/>`_.
Setup virtual environment for python using the `venv-build-env.sh` script at the project root.
.. literalinclude:: ../../../venv-build-env.sh
:language: bash
:caption: Bash script for setting up virtual environment
:linenos:
Now go to the cloned *docs.beagleboard.io* repository folder and do the following. Now go to the cloned *docs.beagleboard.io* repository folder and do the following.
To clean build directory: To clean build directory:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment