Updated .readthedocs.yaml with Sphinx configuration key#28
Merged
EGJ-Moorington merged 1 commit intodevfrom Jun 18, 2025
Merged
Updated .readthedocs.yaml with Sphinx configuration key#28EGJ-Moorington merged 1 commit intodevfrom
.readthedocs.yaml with Sphinx configuration key#28EGJ-Moorington merged 1 commit intodevfrom
Conversation
EGJ-Moorington
added a commit
that referenced
this pull request
Jun 18, 2025
…with-sphinx-key Updated `.readthedocs.yaml` with Sphinx configuration key
adafruit-adabot
added a commit
to adafruit/CircuitPython_Community_Bundle
that referenced
this pull request
Jun 19, 2025
Updating https://github.com/EGJ-Moorington/CircuitPython_Button_Handler to 3.0.1.dev1 from 3fa485c: > Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#28 from EGJ-Moorington/26-update-readthedocsyaml-with-sphinx-key > Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#27 from EGJ-Moorington/25-fix-__version__-constant > Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#24 from EGJ-Moorington/23-fix-typos-in-documentation < Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`. > Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`. Updating https://github.com/relic-se/CircuitPython_KeyManager to 1.1.0 from 1.0.0: > Merge pull request relic-se/CircuitPython_KeyManager#4 from relic-se/keypad
EGJ-Moorington
added a commit
that referenced
this pull request
Jun 19, 2025
…with-sphinx-key Updated `.readthedocs.yaml` with Sphinx configuration key
EGJ-Moorington
added a commit
that referenced
this pull request
Jun 19, 2025
…with-sphinx-key Updated `.readthedocs.yaml` with Sphinx configuration key
Merged
EGJ-Moorington
added a commit
that referenced
this pull request
Jun 19, 2025
Release version 3.0.1 * Fixed Build CI workflow (#22) Fixes #17 * Fixed some typos in docstrings (#24) Resolves #23 * Fixed `__version__` constant (#27) Resolves #25 * Updated `.readthedocs.yaml` with Sphinx configuration key (#28) Resolves #26 * Improved the documentation for contributing (#30) Closes #29 * Updated SPDX licencing tags for release 3.0.1 (#34) Closes #33
adafruit-adabot
added a commit
to adafruit/CircuitPython_Community_Bundle
that referenced
this pull request
Jun 20, 2025
Updating https://github.com/EGJ-Moorington/CircuitPython_Button_Handler to 3.0.1 from e439dd5: > Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#35 from EGJ-Moorington/dev < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#28 from EGJ-Moorington/26-update-readthedocsyaml-with-sphinx-key < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#27 from EGJ-Moorington/25-fix-__version__-constant < Merge pull request EGJ-Moorington/CircuitPython_Button_Handler#24 from EGJ-Moorington/23-fix-typos-in-documentation > Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`. < Release version 3.0.0 (EGJ-Moorington/CircuitPython_Button_Handler#15) * Added constants to `ButtonInput` for parameter `action`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a Sphinx configuration key to
.readthedocs.yamlso that the documentation can be built by Read the Docs again.Resolves #26