Skip to content

Commit e40ea6f

Browse files
authored
fix dependabots and documentation warnings (#138)
* fix dependabots warnings and documentation warnings * change size * include missing information for NERSC CI * Update sync-amrex.json
1 parent 6dc0721 commit e40ea6f

File tree

7 files changed

+19
-492
lines changed

7 files changed

+19
-492
lines changed

docs/requirements.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
sphinx==6.2.1
2-
sphinx-rtd-theme==1.2.2
3-
sphinxemoji
4-
urllib3==1.26.15
1+
Sphinx==8.2.3
2+
sphinx-rtd-theme==3.0.2
3+
sphinxcontrib-applehelp==2.0.0
4+
sphinxcontrib-devhelp==2.0.0
5+
sphinxcontrib-htmlhelp==2.1.0
6+
sphinxcontrib-jquery==4.1
7+
sphinxcontrib-jsmath==1.0.1
8+
sphinxcontrib-qthelp==2.0.0
9+
sphinxcontrib-serializinghtml==2.0.0
10+
sphinxemoji==0.3.1
11+
urllib3==2.5.0

docs/source/buildinstructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you want to build your own HDF5, use the following:
7070
7171
.. warning::
7272

73-
This snippet assumed you had already defined the ``HDF5_HOME`` environment variable to the location where you want HDF5 to be installed. Furthermore, it assumes you have ``mpicc`` available in your path. Notice that in some machines (e.g., Perlmutter), you might want to use ``cc` instead.
73+
This snippet assumed you had already defined the ``HDF5_HOME`` environment variable to the location where you want HDF5 to be installed. Furthermore, it assumes you have ``mpicc`` available in your path. Notice that in some machines (e.g., Perlmutter), you might want to use ``cc`` instead.
7474

7575
Compile with CMake
7676
---------------------------------------------------

docs/source/macsio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACSio
2-
====
2+
======
33

44
MACSio (Multi-purpose, Application-Centric, Scalable I/O Proxy Application) is being developed to fill a long existing void in co-design proxy applications that allow for I/O performance testing and evaluation of tradeoffs in data models, I/O library interfaces and parallel I/O paradigms for multi-physics, HPC applications.
55

docs/source/running.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ When the ``--debug`` option is enabled, you can expect an output similar to:
263263
2021-10-25 16:31:49,174 h5bench - INFO - Finishing h5bench Suite
264264
265265
Perlmutter (NERSC)
266-
^^^^^^^^^^^^
266+
^^^^^^^^^^^^^^^^^^
267267

268268
In Perlmutter you need to load Python and its libraries for the main ``h5bench`` script to work. For manual execution of each benchmark, that is not required.
269269

0 commit comments

Comments
 (0)