Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ba5e0b9a authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Merge branch 'fix-build-errors' into 'main'

Add requirements.txt

See merge request docs/docs.beagleboard.io!79
parents b2f2b7ea b27a023a
Branches
Tags
1 merge request!79Add requirements.txt
Pipeline #8156 passed with stages
in 25 minutes and 48 seconds
......@@ -523,7 +523,7 @@ Solution
.. _kernel_hello_patch:
.. literalinclude:: ../code/07kernel/hello.patch
:language: patch
:language: text
:caption: Simple kernel patch file (hello.patch)
:linenos:
......
......@@ -775,10 +775,16 @@ Run the following to download and setup Sphinx locally.
imagemagick-6.q16 librsvg2-bin webp \
texlive-full texlive-latex-extra texlive-fonts-extra \
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/>`_.
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.
To clean build directory:
......
......@@ -1725,7 +1725,7 @@ high-level view of how to drive the display.
.. _blocks_rgb_python:
.. literalinclude:: ../code/05blocks/rgb_python.py
:language bash
:language: bash
:caption: rgb_python.py - Python code for driving RGB LED matrix
:linenos:
......@@ -1736,7 +1736,7 @@ Be sure to run the :ref:`blocks_rgb_setup` script before running the python code
.. _blocks_rgb_setup:
.. literalinclude:: ../code/05blocks/rgb_python_setup.sh
:language bash
:language: bash
:caption: rgb_python_setup.sh
:linenos:
......
......@@ -98,7 +98,7 @@ GPIO pins, but it's a slower access.
This code will toggle ``P9_11`` on and off. Here's the setup file.
.. literalinclude:: ../code/06io/setup.sh
:language bash
:language: bash
:caption: setup.sh
:linenos:
......
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