Skip to content

refactor: there is no .devcontainer/sphinx_conf - #702

Open
a-zw wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:remove-stale-code
Open

refactor: there is no .devcontainer/sphinx_conf#702
a-zw wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:remove-stale-code

Conversation

@a-zw

@a-zwa-zw commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

📌 Description

This code seems stale so let's try to remove it.

🚨 Impact Analysis

  • This change does not violate any tool requirements and is covered by existing tool requirements
  • This change does not violate any design decisions
  • Otherwise I have created a ticket for new tool qualification

✅ Checklist

  • Added/updated documentation for new or changed features
  • Added/updated tests to cover the changes
  • Followed project coding standards and guidelines

@github-actions

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //src:license-check

Status:⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 5d9e135e-2768-4b97-8a6c-5f0022b12857
Computing main repo mapping: Loading: Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
currently loading: src
WARNING: Target pattern parsing failed.
ERROR: Skipping '//src:license-check': no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
ERROR: no such target '//src:license-check': target 'license-check' not declared in package 'src' defined by /home/runner/work/docs-as-code/docs-as-code/src/BUILD
INFO: Elapsed time: 5.673s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@AlexanderLanin

Copy link
Copy Markdown
Member

The code was meant to redraw uml images when the script that generates them changes. The same can be achieved by deleting _build directory. If I remember correctly, we do that on docs-as-code updates. But I'm not sure...

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-702: https://eclipse-score.github.io/docs-as-code/pr-702/

@a-zw

a-zw commented Aug 10, 2026

Copy link
Copy Markdown
ContributorAuthor

The code was meant to redraw uml images when the script that generates them changes. The same can be achieved by deleting _build directory. If I remember correctly, we do that on docs-as-code updates. But I'm not sure...

This code does not consider _build, only .devcontainer/sphinx_conf. This folder does not exist in the repo and I can so no code which creates anything there. Seems just obsolete.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants

@a-zw@AlexanderLanin