Skip to content

Commit e1904e2

Browse files
authored
docs: large update of requirements and dropping cppkokkos (kokkos#2852)
Updating the underlying python and sphinx, the documentation still builds find and renders well. Also modifying our source code to no longer use cppkokkos as it is pulling in some dependency that is not supported with the newer sphinx version. Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent bf1989b commit e1904e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+140
-138
lines changed

docs/build_requirements.txt

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
Sphinx==7.4.7 \
2-
--hash=sha256:242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe \
3-
--hash=sha256:c2419e2135d11f1951cd994d6eb18a1835bd8fdd8429f9ca375dc1f3281bd239
4-
furo==2024.4.27 \
5-
--hash=sha256:15a9b65269038def2cefafb86c71c6616e3969b8f07ba231f588c10c4aee6d88 \
6-
--hash=sha256:f7eb1b2c2204fd9cbd4af42e027289a67f17a98a4e14f4f9e2f17b96d61bb020
1+
Sphinx==8.2.3 \
2+
--hash=sha256:4405915165f13521d875a8c29c8970800a0141c14cc5416a38feca4ea5d9b9c3 \
3+
--hash=sha256:398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348
4+
roman-numerals-py==3.1.0 \
5+
--hash=sha256:be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d \
6+
--hash=sha256:9da2ad2fb670bcf24e81070ceb3be72f6c11c440d73bd579fbeca1e9f330954c
7+
furo==2025.9.25 \
8+
--hash=sha256:3eac05582768fdbbc2bdfa1cdbcdd5d33cfc8b4bd2051729ff4e026a1d7e0a98 \
9+
--hash=sha256:2937f68e823b8e37b410c972c371bc2b1d88026709534927158e0cb3fac95afe
10+
accessible-pygments==0.0.5 \
11+
--hash=sha256:40918d3e6a2b619ad424cb91e556bd3bd8865443d9f22f1dcdf79e33c8046872 \
12+
--hash=sha256:88ae3211e68a1d0b011504b2ffc1691feafce124b845bd072ab6f9f66f34d4b7
713
myst-parser==4.0.1 \
814
--hash=sha256:5cfea715e4f3574138aecbf7d54132296bfd72bb614d31168f48c477a830a7c4 \
915
--hash=sha256:9134e88959ec3b5780aedf8a99680ea242869d012e8821db3126d427edc9c95d
1016
sphinx-copybutton==0.5.0 \
1117
--hash=sha256:a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6 \
1218
--hash=sha256:9684dec7434bd73f0eea58dda93f9bb879d24bff2d8b187b1f2ec08dfe7b5f48
13-
sphinx-design==0.5.0 \
14-
--hash=sha256:e8e513acea6f92d15c6de3b34e954458f245b8e761b45b63950f65373352ab00 \
15-
--hash=sha256:1af1267b4cea2eedd6724614f19dcc88fe2e15aff65d06b2f6252cee9c4f4c1e
19+
sphinx-design==0.6.1 \
20+
--hash=sha256:b44eea3719386d04d765c1a8257caca2b3e6f8421d7b3a5e742c0fd45f84e632 \
21+
--hash=sha256:b11f37db1a802a183d61b159d9a202314d4d2fe29c163437001324fe2f19549c
1622
m2r2==0.3.4 \
1723
--hash=sha256:1a445514af8a229496bfb1380c52da8dd38313e48600359ee92b2c9d2e4df34a \
1824
--hash=sha256:e278f5f337e9aa7b2080fcc3e94b051bda9615b02e36c6fb3f23ff019872f043

docs/source/API/blas/blas2_gemv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosBlas::gemv
33

44
Defined in header: :code:`KokkosBlas2_gemv.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class ExecutionSpace, class AViewType, class XViewType, class YViewType>
99
void gemv(const ExecutionSpace& space, const char trans[], typename AViewType::const_value_type& alpha,
@@ -62,7 +62,7 @@ Type Requirements
6262
Example
6363
=======
6464

65-
.. code:: cppkokkos
65+
.. code:: c++
6666

6767
#include<Kokkos_Core.hpp>
6868
#include<KokkosBlas2_gemv.hpp>

docs/source/API/blas/blas2_ger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosBlas::ger
33

44
Defined in header: :code:`KokkosBlas2_ger.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class ExecutionSpace, class XViewType, class YViewType, class AViewType>
99
void ger(const ExecutionSpace& space, const char trans[],

docs/source/API/blas/blas3_gemm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosBlas::gemm
33

44
Defined in header: :code:`KokkosBlas3_gemm.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class execution_space, class AViewType, class BViewType, class CViewType>
99
void gemm(const execution_space& space, const char transA[], const char transB[],
@@ -61,7 +61,7 @@ Type Requirements
6161
Example
6262
=======
6363

64-
.. code:: cppkokkos
64+
.. code:: c++
6565

6666
#include<Kokkos_Core.hpp>
6767
#include<KokkosBlas3_gemm.hpp>

docs/source/API/blas/blas3_trmm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Type Requirements
7474
Example
7575
=======
7676

77-
.. code:: cppkokkos
77+
.. code:: c++
7878

7979
#include<Kokkos_Core.hpp>
8080
#include<Kokkos_Random.hpp>

docs/source/API/blas/blas3_trsm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Type Requirements
6464
Example
6565
=======
6666

67-
.. code:: cppkokkos
67+
.. code:: c++
6868

6969
#include <Kokkos_Core.hpp>
7070
#include <Kokkos_Random.hpp>

docs/source/API/graph/distance1_color.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosGraph::graph_color_symbolic
33

44
Defined in header: :code:`KokkosGraph_Distance1Color.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class KernelHandle, typename lno_row_view_t_, typename lno_nnz_view_t_>
99
void graph_color_symbolic(KernelHandle *handle, typename KernelHandle::nnz_lno_t num_rows,

docs/source/API/graph/distance2_color.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosGraph::graph_color_distance2
33

44
Defined in header: :code:`KokkosGraph_Distance2Color.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class KernelHandle, typename InRowmap, typename InEntries>
99
void graph_color_distance2(KernelHandle *handle, typename KernelHandle::nnz_lno_t num_verts, InRowmap row_map,

docs/source/API/graph/rcb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosGraph::Experimental::recursive_coordinate_bisection
33

44
Defined in header: :code:`KokkosGraph_RCB.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <typename coors_view_type, typename perm_view_type>
99
std::vector<typename perm_view_type::value_type> recursive_coordinate_bisection(coors_view_type &coordinates, perm_view_type &perm,

docs/source/API/lapack/gesvd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KokkosLapack::svd
33

44
Defined in header: :code:`KokkosLapack_svd.hpp`
55

6-
.. code:: cppkokkos
6+
.. code:: c++
77

88
template <class ExecutionSpace, class AMatrix, class SVector, class UMatrix, class VMatrix>
99
void svd(const ExecutionSpace& space, const char jobu[], const char jobvt[], const AMatrix& A,

0 commit comments

Comments
 (0)