Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_BusDevice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.7
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_BusDevice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 4, 2023

  1. Copy the full SHA
    7167cf2 View commit details
  2. Merge pull request #96 from adafruit/docs_req_fixes

    unpin sphinx and add sphinx-rtd-theme to docs reqs
    tannewt authored Dec 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c4f1054 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 docs/requirements.txt
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
#
# SPDX-License-Identifier: Unlicense

sphinx>=4.0.0
sphinx
sphinxcontrib-jquery
sphinx-rtd-theme