Skip to content

Commit f62009a

Browse files
committed
Merge branch 'stackhpc/2025.1' into 2025.1-init
2 parents f67c1ab + e0fc0a3 commit f62009a

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

doc/source/release-notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===========================
1+
=================================
22
2025.1 Epoxy Series Release Notes
3-
===========================
3+
=================================
44

55
.. release-notes::
66
:branch: stackhpc/2025.1
File renamed without changes.

releasenotes/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,9 @@
223223

224224
# -- Options for Internationalization output ------------------------------
225225
locale_dirs = ['locale/']
226+
227+
228+
# Otherwise causes:
229+
# WARNING: cannot cache unpickable configuration value: 'html_context' (because it contains a function, class, or module object) [config.cache]
230+
# See https://github.com/sphinx-doc/sphinx/issues/12300
231+
suppress_warnings = ["config.cache"]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66
[testenv]
77
install_command = pip install {opts} {packages}
88
deps =
9-
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
9+
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/2025.1/upper-constraints.txt}
1010
-r{toxinidir}/test-requirements.txt
1111

1212
[testenv:pep8]
@@ -20,7 +20,7 @@ commands =
2020
allowlist_externals = rm
2121
skip_install = true
2222
deps =
23-
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
23+
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/2025.1/upper-constraints.txt}
2424
-r{toxinidir}/releasenotes/requirements.txt
2525
commands =
2626
rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
3030
allowlist_externals = rm
3131
skip_install = true
3232
deps =
33-
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
33+
-c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/2025.1/upper-constraints.txt}
3434
-r{toxinidir}/doc/requirements.txt
3535
commands =
3636
rm -rf doc/build/html

0 commit comments

Comments
 (0)