From 791bc0a42b67e145ada26c8db143b8fb3c18730b Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:00:59 -0700 Subject: [PATCH 1/2] rename configuration rst file back to systemconfiguration to prevent broken links in config files and added a sub-heading for section that describes using instances in the process list --- docs/Users_Guide/index.rst | 2 +- .../{configuration.rst => systemconfiguration.rst} | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename docs/Users_Guide/{configuration.rst => systemconfiguration.rst} (99%) diff --git a/docs/Users_Guide/index.rst b/docs/Users_Guide/index.rst index 22823f1246..e5afd2f3df 100644 --- a/docs/Users_Guide/index.rst +++ b/docs/Users_Guide/index.rst @@ -81,7 +81,7 @@ is sponsored by NSF. release-notes getting_started installation - configuration + systemconfiguration wrappers usecases quicksearch diff --git a/docs/Users_Guide/configuration.rst b/docs/Users_Guide/systemconfiguration.rst similarity index 99% rename from docs/Users_Guide/configuration.rst rename to docs/Users_Guide/systemconfiguration.rst index 071292ad7e..aa03ec590b 100644 --- a/docs/Users_Guide/configuration.rst +++ b/docs/Users_Guide/systemconfiguration.rst @@ -1054,6 +1054,11 @@ This example will run GridStatWrapper only. This example will run PCPCombineWrapper then GridStatWrapper. +.. _process_list_instance_names: + +Instance Names in Process List +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + Added in version 4.0.0 is the ability to specify an instance name for each process in the PROCESS_LIST. This allows multiple instances of the same wrapper to be specified in the PROCESS_LIST. Users can create a new section From afea36b680da419061915fd11478a8eb0b759cff Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:24:36 -0700 Subject: [PATCH 2/2] pinning dependencies as described in https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies as recommended in readthedocs/readthedocs.org#9868 --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 92245e5963..a45484cc64 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,3 @@ -sphinx-gallery +sphinx-gallery==0.11.1 +sphinx==6.0.0 +sphinx-rtd-theme==1.2.0rc2