Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic CI Doc Build #1785

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Update doc/set_version.sh

6f82ff0
Select commit
Loading
Failed to load commit list.
Open

Automatic CI Doc Build #1785

Update doc/set_version.sh
6f82ff0
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Apr 15, 2024 in 1s

3 issues found.

Annotations

Check warning on line 23 in doc/sources/_static/version_switcher.js

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

doc/sources/_static/version_switcher.js#L23

'optionText' is assigned to itself. (no-self-assign)

Check notice on line 28 in doc/sources/_static/version_switcher.js

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

doc/sources/_static/version_switcher.js#L28

'event' is defined but never used. (no-unused-vars)

Check notice on line 5 in doc/set_version.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

doc/set_version.sh#L5

Use $(...) notation instead of legacy backticks `...`. (SC2006)