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

docs: update theme 1.8.3 #385

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

dgarcia360
Copy link
Collaborator

Related issue scylladb/sphinx-scylladb-theme#1229

ScyllaDB Sphinx Theme 1.8.3 is out 🥳!
image

This release addresses some issues introduced in version 1.8. The key updates include:

  • Dark theme settings are now preserved between projects.
  • Tooltip functionality now supports glossary entries.
  • Dependabot configuration was edited to allow theme-related packages updates.

You can read more about all the notable changes here (1.8.2 and 1.8.3)

@dgarcia360
Copy link
Collaborator Author

cc/ @annastuchlik

@Lorak-mmk
Copy link

@fruch Do you know why is CI failing?
https://github.com/scylladb/python-driver/actions/runs/11568810491/job/32201384934?pr=385

Run choco install openssl --version=3.3.2 -f -y
  choco install openssl --version=3.3.2 -f -y
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
  env:
    CIBW_TEST_COMMAND_LINUX: pytest --import-mode append {project}/tests/unit -k 'not (test_connection_initialization or test_cloud)' && EVENT_LOOP_MANAGER=gevent pytest --import-mode append {project}/tests/unit/io/test_geventreactor.py
    CIBW_TEST_COMMAND_MACOS: pytest --import-mode append {project}/tests/unit -k 'not (test_multi_timer_validation or test_empty_connections or test_connection_initialization or test_timer_cancellation or test_cloud)' 
    CIBW_TEST_COMMAND_WINDOWS: pytest --import-mode append {project}/tests/unit  -k "not (test_deserialize_date_range_year or test_datetype or test_libevreactor or test_connection_initialization or test_cloud)" 
    CIBW_BEFORE_TEST: pip install -r {project}/test-requirements.txt
    CIBW_BEFORE_BUILD_LINUX: rm -rf ~/.pyxbld && rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y libffi-devel libev libev-devel openssl openssl-devel
    CIBW_ENVIRONMENT: CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'
    CIBW_SKIP: cp35* cp36* cp37* pp*i686 *musllinux*
    CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
Chocolatey v2.3.0
Installing the following packages:
openssl
By installing, you accept licenses for the packages.
Unable to resolve dependency 'vcredist2015'. Source(s) used: 'https://community.chocolatey.org/api/v2/'.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - openssl - Unable to resolve dependency 'vcredist2015'. Source(s) used: 'https://community.chocolatey.org/api/v2/'.

@Lorak-mmk Lorak-mmk merged commit 9e237e8 into scylladb:master Oct 29, 2024
18 of 19 checks passed
@fruch
Copy link

fruch commented Oct 29, 2024

@fruch Do you know why is CI failing?
https://github.com/scylladb/python-driver/actions/runs/11568810491/job/32201384934?pr=385

Run choco install openssl --version=3.3.2 -f -y
  choco install openssl --version=3.3.2 -f -y
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
  env:
    CIBW_TEST_COMMAND_LINUX: pytest --import-mode append {project}/tests/unit -k 'not (test_connection_initialization or test_cloud)' && EVENT_LOOP_MANAGER=gevent pytest --import-mode append {project}/tests/unit/io/test_geventreactor.py
    CIBW_TEST_COMMAND_MACOS: pytest --import-mode append {project}/tests/unit -k 'not (test_multi_timer_validation or test_empty_connections or test_connection_initialization or test_timer_cancellation or test_cloud)' 
    CIBW_TEST_COMMAND_WINDOWS: pytest --import-mode append {project}/tests/unit  -k "not (test_deserialize_date_range_year or test_datetype or test_libevreactor or test_connection_initialization or test_cloud)" 
    CIBW_BEFORE_TEST: pip install -r {project}/test-requirements.txt
    CIBW_BEFORE_BUILD_LINUX: rm -rf ~/.pyxbld && rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y libffi-devel libev libev-devel openssl openssl-devel
    CIBW_ENVIRONMENT: CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'
    CIBW_SKIP: cp35* cp36* cp37* pp*i686 *musllinux*
    CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
    CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
Chocolatey v2.3.0
Installing the following packages:
openssl
By installing, you accept licenses for the packages.
Unable to resolve dependency 'vcredist2015'. Source(s) used: 'https://community.chocolatey.org/api/v2/'.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - openssl - Unable to resolve dependency 'vcredist2015'. Source(s) used: 'https://community.chocolatey.org/api/v2/'.

I don't know, seems temporary.

If it is still happening I can take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants