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

build(deps): Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 in /docs #418

Merged
merged 1 commit into from Feb 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps sphinx-rtd-theme from 1.1.1 to 1.2.0.

Changelog

Sourced from sphinx-rtd-theme's changelog.

1.2.0

Dependency changes

  • docutils 0.18 is supported. (#1381)
  • Sphinx 6 support added
  • Added sphinxcontrib-jquery as a dependency (#1385 #1421)
  • Python 3.11 is officially supported and tested. (#1395)
  • Python 3.4 and 3.5 are officially not supported (#1395)

Changes

  • Automatically use sphinxcontrib-jquery in Sphinx 6+ (#1399)
  • Use new context vars logo_url, favicon_url and root_doc when available (#1405)
  • Translations updated: French, Hungarian, Croatian
  • Translations added: Danish, Chinese (Taiwan)

Note for users of Sphinx<4

If you cannot use a more recent Sphinx release, you should at least ensure you are using the most recent release for your major version. Currently, these are Sphinx 1.8.6 and 2.4.5. Older releases may install unsupported versions of several dependencies, including Jinja2 and docutils.

Known issues

In some cases, jQuery is not loaded with Sphinx 6 on Read the Docs. Workaround: You need to add sphinx_rtd_theme to extensions in your conf.py. See readthedocs.org issue [#9654](https://github.com/readthedocs/sphinx_rtd_theme/issues/9654)_ for updates.

.. _readthedocs.org issue #9654: readthedocs/readthedocs.org#9654

.. _release-1.1.1:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@1.1.1...1.2.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 8, 2023
@fancycode fancycode merged commit 9b4e369 into master Feb 15, 2023
@dependabot dependabot bot deleted the dependabot/pip/docs/sphinx-rtd-theme-1.2.0 branch February 15, 2023 13:04
mwalbeck pushed a commit to mwalbeck/docker-nextcloud-spreed-signaling that referenced this pull request Feb 25, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [strukturag/nextcloud-spreed-signaling](https://github.com/strukturag/nextcloud-spreed-signaling) | minor | `v1.0.0` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>strukturag/nextcloud-spreed-signaling</summary>

### [`v1.1.1`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.1.1)

[Compare Source](strukturag/nextcloud-spreed-signaling@v1.1.0...v1.1.1)

Required to fix a build issue in the Docker images of 1.1.0. No other changes.

##### Fixed

-   Fix Docker images.  [#&#8203;425](strukturag/nextcloud-spreed-signaling#425)

### [`v1.1.0`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.1.0)

[Compare Source](strukturag/nextcloud-spreed-signaling@v1.0.0...v1.1.0)

##### Added

-   Official docker images.  [#&#8203;314](strukturag/nextcloud-spreed-signaling#314)
-   Use proxy from environment for backend client requests.  [#&#8203;326](strukturag/nextcloud-spreed-signaling#326)
-   Add aarch64/arm64 docker build  [#&#8203;384](strukturag/nextcloud-spreed-signaling#384)
-   CI: Setup permissions for workflows.  [#&#8203;393](strukturag/nextcloud-spreed-signaling#393)
-   Implement "switchto" support  [#&#8203;409](strukturag/nextcloud-spreed-signaling#409)
-   Allow internal clients to set / change the "inCall" flags.  [#&#8203;421](strukturag/nextcloud-spreed-signaling#421)
-   Add support for Golang 1.20  [#&#8203;413](strukturag/nextcloud-spreed-signaling#413)

##### Changed

-   Switch to apt-get on CLI.  [#&#8203;312](strukturag/nextcloud-spreed-signaling#312)
-   vendor: Automatically vendor protobuf modules.  [#&#8203;313](strukturag/nextcloud-spreed-signaling#313)
-   Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0  [#&#8203;316](strukturag/nextcloud-spreed-signaling#316)
-   Bump github.com/oschwald/maxminddb-golang from 1.9.0 to 1.10.0  [#&#8203;317](strukturag/nextcloud-spreed-signaling#317)
-   Bump github.com/pion/sdp/v3 from 3.0.5 to 3.0.6  [#&#8203;320](strukturag/nextcloud-spreed-signaling#320)
-   Bump google.golang.org/grpc from 1.48.0 to 1.49.0  [#&#8203;324](strukturag/nextcloud-spreed-signaling#324)
-   Bump github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.0  [#&#8203;330](strukturag/nextcloud-spreed-signaling#330)
-   Bump sphinx from 5.1.1 to 5.2.2 in /docs  [#&#8203;339](strukturag/nextcloud-spreed-signaling#339)
-   Bump mkdocs from 1.3.1 to 1.4.0 in /docs  [#&#8203;340](strukturag/nextcloud-spreed-signaling#340)
-   Bump sphinx from 5.2.2 to 5.2.3 in /docs  [#&#8203;345](strukturag/nextcloud-spreed-signaling#345)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.0 to 2.9.2  [#&#8203;344](strukturag/nextcloud-spreed-signaling#344)
-   Bump go.etcd.io/etcd/api/v3 from 3.5.4 to 3.5.5  [#&#8203;333](strukturag/nextcloud-spreed-signaling#333)
-   Bump go.etcd.io/etcd/server/v3 from 3.5.4 to 3.5.5  [#&#8203;334](strukturag/nextcloud-spreed-signaling#334)
-   Bump google.golang.org/grpc from 1.49.0 to 1.50.0  [#&#8203;346](strukturag/nextcloud-spreed-signaling#346)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.2 to 2.9.3  [#&#8203;348](strukturag/nextcloud-spreed-signaling#348)
-   Bump github.com/nats-io/nats.go from 1.17.0 to 1.18.0  [#&#8203;349](strukturag/nextcloud-spreed-signaling#349)
-   Bump sphinx from 5.2.3 to 5.3.0 in /docs  [#&#8203;351](strukturag/nextcloud-spreed-signaling#351)
-   Bump mkdocs from 1.4.0 to 1.4.1 in /docs  [#&#8203;352](strukturag/nextcloud-spreed-signaling#352)
-   Bump google.golang.org/grpc from 1.50.0 to 1.50.1  [#&#8203;350](strukturag/nextcloud-spreed-signaling#350)
-   Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0  [#&#8203;353](strukturag/nextcloud-spreed-signaling#353)
-   Bump mkdocs from 1.4.1 to 1.4.2 in /docs  [#&#8203;358](strukturag/nextcloud-spreed-signaling#358)
-   Bump sphinx-rtd-theme from 1.0.0 to 1.1.0 in /docs  [#&#8203;357](strukturag/nextcloud-spreed-signaling#357)
-   Bump github.com/nats-io/nats.go from 1.18.0 to 1.19.0  [#&#8203;354](strukturag/nextcloud-spreed-signaling#354)
-   Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1  [#&#8203;360](strukturag/nextcloud-spreed-signaling#360)
-   Bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.5  [#&#8203;359](strukturag/nextcloud-spreed-signaling#359)
-   build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1  [#&#8203;365](strukturag/nextcloud-spreed-signaling#365)
-   build(deps): Bump sphinx-rtd-theme from 1.1.0 to 1.1.1 in /docs  [#&#8203;363](strukturag/nextcloud-spreed-signaling#363)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.5 to 2.9.6  [#&#8203;361](strukturag/nextcloud-spreed-signaling#361)
-   build(deps): Bump github.com/nats-io/nats.go from 1.19.0 to 1.20.0  [#&#8203;366](strukturag/nextcloud-spreed-signaling#366)
-   build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0  [#&#8203;368](strukturag/nextcloud-spreed-signaling#368)
-   build(deps): Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0  [#&#8203;364](strukturag/nextcloud-spreed-signaling#364)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.6 to 2.9.7  [#&#8203;367](strukturag/nextcloud-spreed-signaling#367)
-   build(deps): Bump go.etcd.io/etcd/server/v3 from 3.5.5 to 3.5.6  [#&#8203;372](strukturag/nextcloud-spreed-signaling#372)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.7 to 2.9.8  [#&#8203;371](strukturag/nextcloud-spreed-signaling#371)
-   build(deps): Bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0  [#&#8203;375](strukturag/nextcloud-spreed-signaling#375)
-   build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3  [#&#8203;374](strukturag/nextcloud-spreed-signaling#374)
-   build(deps): Bump cirrus-actions/rebase from 1.7 to 1.8  [#&#8203;379](strukturag/nextcloud-spreed-signaling#379)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.8 to 2.9.9  [#&#8203;377](strukturag/nextcloud-spreed-signaling#377)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.9 to 2.9.10  [#&#8203;382](strukturag/nextcloud-spreed-signaling#382)
-   build(deps): Bump github.com/nats-io/nats.go from 1.21.0 to 1.22.1  [#&#8203;383](strukturag/nextcloud-spreed-signaling#383)
-   build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.0  [#&#8203;391](strukturag/nextcloud-spreed-signaling#391)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.10 to 2.9.11  [#&#8203;387](strukturag/nextcloud-spreed-signaling#387)
-   Stop using WaitGroup to detect finished message processing.  [#&#8203;394](strukturag/nextcloud-spreed-signaling#394)
-   Improve handling of throttled responses from Nextcloud.  [#&#8203;395](strukturag/nextcloud-spreed-signaling#395)
-   Test: add timeout while waiting for etcd event.  [#&#8203;397](strukturag/nextcloud-spreed-signaling#397)
-   build(deps): Bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0  [#&#8203;399](strukturag/nextcloud-spreed-signaling#399)
-   build(deps): Bump go.etcd.io/etcd/api/v3 from 3.5.6 to 3.5.7  [#&#8203;402](strukturag/nextcloud-spreed-signaling#402)
-   build(deps): Bump go.etcd.io/etcd/client/v3 from 3.5.6 to 3.5.7  [#&#8203;403](strukturag/nextcloud-spreed-signaling#403)
-   build(deps): Bump go.etcd.io/etcd/server/v3 from 3.5.6 to 3.5.7  [#&#8203;404](strukturag/nextcloud-spreed-signaling#404)
-   build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0  [#&#8203;405](strukturag/nextcloud-spreed-signaling#405)
-   build(deps): Bump readthedocs-sphinx-search from 0.1.2 to 0.2.0 in /docs  [#&#8203;407](strukturag/nextcloud-spreed-signaling#407)
-   build(deps): Bump google.golang.org/grpc from 1.52.0 to 1.52.1  [#&#8203;406](strukturag/nextcloud-spreed-signaling#406)
-   build(deps): Bump docker/build-push-action from 3 to 4  [#&#8203;412](strukturag/nextcloud-spreed-signaling#412)
-   build(deps): Bump google.golang.org/grpc from 1.52.1 to 1.52.3  [#&#8203;410](strukturag/nextcloud-spreed-signaling#410)
-   Explicitly use type "sysConn".  [#&#8203;416](strukturag/nextcloud-spreed-signaling#416)
-   build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.11 to 2.9.14  [#&#8203;415](strukturag/nextcloud-spreed-signaling#415)
-   build(deps): Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 in /docs  [#&#8203;418](strukturag/nextcloud-spreed-signaling#418)
-   build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0  [#&#8203;417](strukturag/nextcloud-spreed-signaling#417)
-   build(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0  [#&#8203;422](strukturag/nextcloud-spreed-signaling#422)
-   build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0  [#&#8203;423](strukturag/nextcloud-spreed-signaling#423)
-   build(deps): Bump sphinx from 5.3.0 to 6.1.3 in /docs  [#&#8203;390](strukturag/nextcloud-spreed-signaling#390)
-   Various refactorings to simplify code  [#&#8203;400](strukturag/nextcloud-spreed-signaling#400)

##### Fixed

-   Remove [@&#8203;resources](https://github.com/resources) from SystemCallFilter  [#&#8203;322](strukturag/nextcloud-spreed-signaling#322)
-   Fix deadlock for proxy connection issues  [#&#8203;327](strukturag/nextcloud-spreed-signaling#327)
-   Fix goroutines leak check.  [#&#8203;396](strukturag/nextcloud-spreed-signaling#396)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=-->

Reviewed-on: https://git.walbeck.it/walbeck-it/docker-nextcloud-spreed-signaling/pulls/285
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant