sdk/docs: Move documentation dependencies to pyproject.toml#389
Merged
s-heppner merged 1 commit intoeclipse-basyx:developfrom May 26, 2025
Merged
sdk/docs: Move documentation dependencies to pyproject.toml#389s-heppner merged 1 commit intoeclipse-basyx:developfrom
s-heppner merged 1 commit intoeclipse-basyx:developfrom
Conversation
Previously, the build-dependencies for the sphinx autodocumentation were listed in `sdk/docs/add-requirements.txt`. This is outdated and the new state of the art is managing all dependencies via `pyproject.toml`. This refactors the dependencies from `sdk/docs/add-requirements.txt` into a new optional `[docs]` section in the `pyproject.toml` dependency definitions. Furthermore, we adapt the `.github/workflows/ci.yml` to use the new definitions accordingly. Fixes eclipse-basyx#384
s-heppner
approved these changes
May 26, 2025
Frosty2500
pushed a commit
to rwth-iat/basyx-python-sdk
that referenced
this pull request
Jul 10, 2025
…basyx#389) Previously, the build-dependencies for the sphinx autodocumentation were listed in `sdk/docs/add-requirements.txt`. This is outdated and the new state of the art is managing all dependencies via `pyproject.toml`. This refactors the dependencies from `sdk/docs/add-requirements.txt` into a new optional `[docs]` section in the `pyproject.toml` dependency definitions. Furthermore, we adapt the `.github/workflows/ci.yml` to use the new definitions accordingly. Fixes eclipse-basyx#384
zrgt
pushed a commit
to rwth-iat/basyx-python-sdk
that referenced
this pull request
Nov 18, 2025
…basyx#389) Previously, the build-dependencies for the sphinx autodocumentation were listed in `sdk/docs/add-requirements.txt`. This is outdated and the new state of the art is managing all dependencies via `pyproject.toml`. This refactors the dependencies from `sdk/docs/add-requirements.txt` into a new optional `[docs]` section in the `pyproject.toml` dependency definitions. Furthermore, we adapt the `.github/workflows/ci.yml` to use the new definitions accordingly. Fixes eclipse-basyx#384
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.
Previously, the build-dependencies for the sphinx autodocumentation were listed in
sdk/docs/add-requirements.txt. This is outdated and the new state of the art is managing all dependencies viapyproject.toml.This refactors the dependencies from
sdk/docs/add-requirements.txtinto a new optional[docs]section in thepyproject.tomldependency definitions.Furthermore, we adapt the
.github/workflows/ci.ymlto use the new definitions accordingly.Fixes #384