Forum | Documentation | Website | Blog

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

Merge remote-tracking branch 'upstream/main' into main

parents eff5d2c8 7b599a4a
Branches
Tags
2 merge requests!8Fixes to support/getting-started,!6support clean-up
......@@ -14,7 +14,7 @@
</dl>
<dl>
<dt>{{ _('Downloads') }}</dt>
<dd><a href="beagleboard-docs.pdf">PDF</a></dd>
<dd><a href="{{ url }}/beagleboard-docs.pdf">PDF</a></dd>
</dl>
<dl>
<dt>{{ _('BeagleBoard.org Links') }}</dt>
......
......@@ -78,6 +78,8 @@ with open(BBDOCS_BASE / "VERSION") as f:
if extra:
version += "-" + extra
release = version
html_context = {
"display_gitlab": True,
"gitlab_host": "git.beagleboard.org",
......
......@@ -11,5 +11,6 @@ BeagleBoard Docs
.. toctree::
support/index.rst
support/getting-started.rst
beaglebone-black/index.rst
beaglebone-ai-64/index.rst
\ No newline at end of file
......@@ -14,6 +14,7 @@ Sections
:caption: Support
support/index.rst
support/getting-started.rst
.. toctree::
:maxdepth: 1
......
This diff is collapsed.
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