diff --git a/conf.py b/conf.py index 2bde53ab..6bada58b 100644 --- a/conf.py +++ b/conf.py @@ -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": [ diff --git a/guides/index.rst b/guides/index.rst index 5c864742..46713c73 100644 --- a/guides/index.rst +++ b/guides/index.rst @@ -10,6 +10,7 @@ Do you have a question? `let us know accounting-guide learning_guide diff --git a/guides/learning_guide.rst b/guides/learning_guide.rst index 3a8ed8ee..55f6f889 100644 --- a/guides/learning_guide.rst +++ b/guides/learning_guide.rst @@ -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. ******************* diff --git a/requirements.txt b/requirements.txt index 4a5c8405..ef91835e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tutorials/commands/flux-jobs.rst b/tutorials/commands/flux-jobs.rst index d14372b0..9429dbe0 100644 --- a/tutorials/commands/flux-jobs.rst +++ b/tutorials/commands/flux-jobs.rst @@ -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 @@ -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` 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``