Skip to content

Commit

Permalink
fix: issues with make html build
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 28, 2024
1 parent 1afa52b commit 94be8fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
"site_url": "http://flux-framework.github.io/flux-docs/",
"repo_url": "https://github.com/flux-framework/flux-docs/",
"repo_name": "Flux Framework",
"repo_type": "github",
"edit_uri": "blob/main",
"globaltoc_collapse": True,
"features": [
Expand Down
1 change: 1 addition & 0 deletions guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Do you have a question? `let us know <https://github.com/flux-framework/flux-doc
:maxdepth: 1
:caption: Guides

architecture
Flux Administrator's Guide <https://flux-framework.readthedocs.io/projects/flux-core/en/latest/guide/admin.html>
accounting-guide
learning_guide
Expand Down
2 changes: 1 addition & 1 deletion guides/learning_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ distribution of these institutions.
:alt: Users are collaborators of Flux are quickly expanding around the world.
:align: center

Figure 8: Users are collaborators of Flux are quickly expanding around the world.
Figure 8: Users are collaborators of Flux are quickly expanding around the world.


*******************
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Jinja2<3.1
markupsafe==2.0.1
# waiting on dark mode
# sphinx_material
sphinx-immaterial
pydantic==1.10.8
sphinx_immaterial==0.11.11
pydantic
recommonmark
sphinx_markdown_tables
myst-parser
Expand Down
3 changes: 2 additions & 1 deletion tutorials/commands/flux-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ By default, ``flux jobs`` will not list jobs that are running under subinstances
this with an example. Submit the following script to ``flux batch``.

.. code-block:: sh
#!/bin/sh
# filename: batchjob.sh
Expand All @@ -310,7 +311,7 @@ this with an example. Submit the following script to ``flux batch``.
flux queue drain
All we're doing is running two ``sleep`` jobs for infinity, and then calling ``flux queue drain`` to wait for those
jobs to complete. (See :ref:`Waiting for jobs<waiting-for-jobs>` tutorial for info on using ``flux queue drain`` to wait for jobs to complete.)
jobs to complete. Note that you can use ``flux queue drain`` to wait for jobs to complete.

Let's run this via ``flux batch``

Expand Down

0 comments on commit 94be8fa

Please sign in to comment.