Skip to content

Update hugo #729

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

Merged
merged 3 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If your report involves any members of the Committee, or if they feel they have

### Incident reporting resolution & Code of Conduct enforcement

_This section summarizes the most important points, more details can be found in_ [NumPy Code of Conduct - How to follow up on a report](/report-handling-manual).
_This section summarizes the most important points, more details can be found in_ [NumPy Code of Conduct - How to follow up on a report](report-handling-manual).

We will investigate and respond to all complaints. The NumPy Code of Conduct Committee and the NumPy Steering Committee (if involved) will protect the identity of the reporter, and treat the content of complaints as confidential (unless the reporter agrees otherwise).

Expand All @@ -72,7 +72,7 @@ In cases not involving clear severe and obvious breaches of this Code of Conduct
1. acknowledge report is received,
2. reasonable discussion/feedback,
3. mediation (if feedback didn’t help, and only if both reporter and reportee agree to this),
4. enforcement via transparent decision (see [Resolutions](/report-handling-manual/#resolutions)) by the Code of Conduct Committee.
4. enforcement via transparent decision (see [Resolutions](report-handling-manual/#resolutions)) by the Code of Conduct Committee.

The Committee will respond to any report as soon as possible, and at most within 72 hours.

Expand Down
4 changes: 2 additions & 2 deletions content/ja/code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ NumPy行動規範委員会に問題を報告する場合は、こちらにご連

### インシデント報告の解決 & 行動規範の実施

本節では、_最も重要な点のみをまとめます。 _詳細については、[NumPy Code of Conduct - How to follow up on a report](/report-handling-manual) をご覧ください。
本節では、_最も重要な点のみをまとめます。 _詳細については、[NumPy Code of Conduct - How to follow up on a report](report-handling-manual) をご覧ください。

私たちはすべての訴えを調査し、対応するようにします。 NumPy行動規範委員会およびNumPy運営委員会(もし関係する場合) は、報告者の身元を保護します。 また(報告者が同意しない限り) 苦情の内容を機密として扱うこととします。

Expand All @@ -72,7 +72,7 @@ NumPy行動規範委員会に問題を報告する場合は、こちらにご連
1. 報告書の受領を確認
2. 建設的な議論/フィードバック
3. 調停(報告者と報告を受けたものの両方がフィードバックが役に立たなかったと同意した場合に限る)
4. 行動規範委員会による透明性のある決定と執行( [決議](/report-handling-manual/#resolutions)を参照)
4. 行動規範委員会による透明性のある決定と執行( [決議](report-handling-manual/#解決方法)を参照)

行動規範委員会は、可能な限り速やかに対応し、最大で72時間以内に対応する様にします。

Expand Down
4 changes: 2 additions & 2 deletions content/pt/code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Se o seu relatório envolve algum membro da comissão, ou se você sentir que ex

### Resolução de Incidentes & Aplicação do Código de Conduta

_Esta seção resume os pontos mais importantes, mais detalhes podem ser encontrados em_ [Código de Conduta do NumPy - Como dar seguimento a um relatório](/report-handling-manual).
_Esta seção resume os pontos mais importantes, mais detalhes podem ser encontrados em_ [Código de Conduta do NumPy - Como dar seguimento a um relatório](report-handling-manual).

Vamos investigar e responder a todas as queixas. O Comitê do Código de Conduta do NumPy e o Comitê Diretor do NumPy (se envolvido) protegerão a identidade do relatante, e tratarão o conteúdo das reclamações como confidencial (a menos que o relatante aceite o contrário).

Expand All @@ -72,7 +72,7 @@ Em casos que não envolvam claras violações graves e óbvias deste Código de
1. acusar o recebimento do relato,
2. discussão/feedback razoável,
3. mediação (se o feedback não ajudar e somente se ambos o relatante e relatado concordarem com isso),
4. aplicação de solução via decisão transparente (veja as [Resoluções](/report-handling-manual/#resolutions)) do Comitê do Código de Conduta.
4. aplicação de solução via decisão transparente (veja as [Resoluções](report-handling-manual/#resoluções)) do Comitê do Código de Conduta.

O comitê responderá a qualquer relatório o mais rapidamente possível e, no máximo, no prazo de 72 horas.

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# unless otherwise overridden by more specific contexts.
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.122.0"
HUGO_VERSION = "0.123.2"
DART_SASS_VERSION = "1.70.0"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

Expand Down