Skip to content

Commit 85fef83

Browse files
authored
Merge pull request #11 from adafruit/main
updating
2 parents 22d67b4 + 37e77b2 commit 85fef83

File tree

30 files changed

+2053
-335
lines changed

30 files changed

+2053
-335
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
fetch-depth: 0
2323
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
2424
- name: CircuitPython version
25-
run: git describe --dirty --tags
25+
run: |
26+
git describe --dirty --tags
27+
echo "::set-env name=CP_VERSION::$(git describe --dirty --tags)"
2628
- name: Set up Python 3.8
2729
uses: actions/setup-python@v1
2830
with:
@@ -68,7 +70,7 @@ jobs:
6870
name: stubs
6971
path: circuitpython-stubs*
7072
- name: Docs
71-
run: sphinx-build -E -W -b html . _build/html
73+
run: sphinx-build -E -W -b html -D version=${{ env.CP_VERSION }} -D release=${{ env.CP_VERSION }} . _build/html
7274
- uses: actions/upload-artifact@v2
7375
with:
7476
name: docs
@@ -147,6 +149,7 @@ jobs:
147149
- "arduino_zero"
148150
- "bast_pro_mini_m0"
149151
- "bdmicro_vina_m0"
152+
- "bless_dev_board_multi_sensor"
150153
- "capablerobot_usbhub"
151154
- "catwan_usbstick"
152155
- "circuitbrains_basic_m0"
@@ -236,6 +239,7 @@ jobs:
236239
- "pyportal"
237240
- "pyportal_titano"
238241
- "pyruler"
242+
- "raytac_mdbt50q-db-40"
239243
- "robohatmm1_m4"
240244
- "sam32"
241245
- "same54_xplained"

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CircuitPython/MicroPython-specific libraries
7070

7171
Functionality specific to the CircuitPython/MicroPython implementation is available in
7272
the following libraries. These libraries may change signficantly or be removed in future
73-
versions of CircuitPtyon.
73+
versions of CircuitPython.
7474

7575
.. toctree::
7676
:maxdepth: 1

lib/mp3

Submodule mp3 updated 135 files

0 commit comments

Comments
 (0)