[x] You have given your pull request a meaningful title (e.g.Enable foobar integration rather than 515 foobar).
[x] You are targeting the appropriate branch. If you're not certain which one this is, it should be develop.
[x] Your branch is up-to-date with the target branch (it probably was when you started, but it may have changed since then).
:vertical_traffic_light: Depends on
:arrow_heading_up: Summary
Since Sphinx and document building are now handled by hatch, it is no longer necessary to install sphinx separately using apt. In addition, since requirements.txt is no longer in the docs folder, the devcontainer could not successfully build.
Also updates to the most recent version of Azure CLI.
:white_check_mark: Checklist
Enable foobar integration
rather than515 foobar
).develop
.:vertical_traffic_light: Depends on
:arrow_heading_up: Summary
Since Sphinx and document building are now handled by
hatch
, it is no longer necessary to install sphinx separately usingapt
. In addition, sincerequirements.txt
is no longer in the docs folder, the devcontainer could not successfully build.Also updates to the most recent version of Azure CLI.
:closed_umbrella: Related issues
:microscope: Tests
Tested locally