diff --git a/main/.buildinfo b/main/.buildinfo index c3dead72..272acbe0 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 635e7c1f766adeefa99d844835b361c9 +config: 38caf538d494a6f73a24970ada055ba4 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/.doctrees/environment.pickle b/main/.doctrees/environment.pickle index 688dea1c..0b0f8c1a 100644 Binary files a/main/.doctrees/environment.pickle and b/main/.doctrees/environment.pickle differ diff --git a/main/_static/documentation_options.js b/main/_static/documentation_options.js index 44e58b33..1bda649c 100644 --- a/main/_static/documentation_options.js +++ b/main/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.1.dev76+gc600e04', + VERSION: '0.1.dev78+g2d5de31', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/main/developer/explanations/decisions.html b/main/developer/explanations/decisions.html index a414a396..9ee11385 100644 --- a/main/developer/explanations/decisions.html +++ b/main/developer/explanations/decisions.html @@ -8,7 +8,7 @@ - Architectural Decision Records — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Architectural Decision Records — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/explanations/decisions/0001-record-architecture-decisions.html b/main/developer/explanations/decisions/0001-record-architecture-decisions.html index d10d8c68..0253b821 100644 --- a/main/developer/explanations/decisions/0001-record-architecture-decisions.html +++ b/main/developer/explanations/decisions/0001-record-architecture-decisions.html @@ -8,7 +8,7 @@ - 1. Record architecture decisions — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + 1. Record architecture decisions — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/explanations/decisions/0002-switched-to-pip-skeleton.html b/main/developer/explanations/decisions/0002-switched-to-pip-skeleton.html index 7892fbb8..265fbf92 100644 --- a/main/developer/explanations/decisions/0002-switched-to-pip-skeleton.html +++ b/main/developer/explanations/decisions/0002-switched-to-pip-skeleton.html @@ -8,7 +8,7 @@ - 2. Adopt python3-pip-skeleton for project structure — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + 2. Adopt python3-pip-skeleton for project structure — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/build-docs.html b/main/developer/how-to/build-docs.html index 2d052175..2740562a 100644 --- a/main/developer/how-to/build-docs.html +++ b/main/developer/how-to/build-docs.html @@ -8,7 +8,7 @@ - Build the docs using sphinx — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Build the docs using sphinx — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/contribute.html b/main/developer/how-to/contribute.html index 6c4f27fb..2f3e3b7f 100644 --- a/main/developer/how-to/contribute.html +++ b/main/developer/how-to/contribute.html @@ -8,7 +8,7 @@ - Contributing to the project — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Contributing to the project — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/lint.html b/main/developer/how-to/lint.html index 9e1adef7..04c2acfa 100644 --- a/main/developer/how-to/lint.html +++ b/main/developer/how-to/lint.html @@ -8,7 +8,7 @@ - Run linting using pre-commit — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Run linting using pre-commit — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/make-release.html b/main/developer/how-to/make-release.html index aa31ef9e..51b3507e 100644 --- a/main/developer/how-to/make-release.html +++ b/main/developer/how-to/make-release.html @@ -8,7 +8,7 @@ - Make a release — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Make a release — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/pin-requirements.html b/main/developer/how-to/pin-requirements.html index 41ceefc4..33825a62 100644 --- a/main/developer/how-to/pin-requirements.html +++ b/main/developer/how-to/pin-requirements.html @@ -8,7 +8,7 @@ - Pinning Requirements — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Pinning Requirements — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/run-tests.html b/main/developer/how-to/run-tests.html index fa8d22ad..21125feb 100644 --- a/main/developer/how-to/run-tests.html +++ b/main/developer/how-to/run-tests.html @@ -8,7 +8,7 @@ - Run the tests using pytest — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Run the tests using pytest — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/static-analysis.html b/main/developer/how-to/static-analysis.html index 7b13ba31..6620b592 100644 --- a/main/developer/how-to/static-analysis.html +++ b/main/developer/how-to/static-analysis.html @@ -8,7 +8,7 @@ - Run static analysis using mypy — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Run static analysis using mypy — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/test-container.html b/main/developer/how-to/test-container.html index 7902c8eb..94aa8d20 100644 --- a/main/developer/how-to/test-container.html +++ b/main/developer/how-to/test-container.html @@ -8,7 +8,7 @@ - Container Local Build and Test — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Container Local Build and Test — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/how-to/update-tools.html b/main/developer/how-to/update-tools.html index d4dea5df..c466f120 100644 --- a/main/developer/how-to/update-tools.html +++ b/main/developer/how-to/update-tools.html @@ -8,7 +8,7 @@ - Update the tools — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Update the tools — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/index.html b/main/developer/index.html index 350bb0fc..0e8e97bb 100644 --- a/main/developer/index.html +++ b/main/developer/index.html @@ -8,7 +8,7 @@ - Developer Guide — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Developer Guide — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/reference/standards.html b/main/developer/reference/standards.html index ed53268b..3b069623 100644 --- a/main/developer/reference/standards.html +++ b/main/developer/reference/standards.html @@ -8,7 +8,7 @@ - Standards — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Standards — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/developer/tutorials/dev-install.html b/main/developer/tutorials/dev-install.html index c6049c26..02f81552 100644 --- a/main/developer/tutorials/dev-install.html +++ b/main/developer/tutorials/dev-install.html @@ -8,7 +8,7 @@ - Developer install — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Developer install — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/genindex.html b/main/genindex.html index 98ba3634..6f99cc6a 100644 --- a/main/genindex.html +++ b/main/genindex.html @@ -7,7 +7,7 @@ - Index — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Index — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -37,7 +37,7 @@ - + diff --git a/main/index.html b/main/index.html index 4bb9b9f3..4f68cd55 100644 --- a/main/index.html +++ b/main/index.html @@ -8,7 +8,7 @@ - python3-pip-skeleton — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + python3-pip-skeleton — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/py-modindex.html b/main/py-modindex.html index a7d91072..bf1c582f 100644 --- a/main/py-modindex.html +++ b/main/py-modindex.html @@ -7,7 +7,7 @@ - Python Module Index — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Python Module Index — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -37,7 +37,7 @@ - + diff --git a/main/search.html b/main/search.html index 06bc6a13..7b95c7db 100644 --- a/main/search.html +++ b/main/search.html @@ -6,7 +6,7 @@ - Search - python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Search - python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -36,7 +36,7 @@ - + diff --git a/main/user/explanations/docs-structure.html b/main/user/explanations/docs-structure.html index 69415a71..e5b2c4f3 100644 --- a/main/user/explanations/docs-structure.html +++ b/main/user/explanations/docs-structure.html @@ -8,7 +8,7 @@ - About the documentation — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + About the documentation — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/user/how-to/run-container.html b/main/user/how-to/run-container.html index 803718f1..719d92e7 100644 --- a/main/user/how-to/run-container.html +++ b/main/user/how-to/run-container.html @@ -8,7 +8,7 @@ - Run in a container — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Run in a container — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/user/index.html b/main/user/index.html index 58299332..05002b47 100644 --- a/main/user/index.html +++ b/main/user/index.html @@ -8,7 +8,7 @@ - User Guide — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + User Guide — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/user/reference/api.html b/main/user/reference/api.html index 8d185688..575162a2 100644 --- a/main/user/reference/api.html +++ b/main/user/reference/api.html @@ -8,7 +8,7 @@ - API — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + API — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/main/user/tutorials/installation.html b/main/user/tutorials/installation.html index 10aaa6b5..a84094b3 100644 --- a/main/user/tutorials/installation.html +++ b/main/user/tutorials/installation.html @@ -8,7 +8,7 @@ - Installation — python3-pip-skeleton 0.1.dev76+gc600e04 documentation + Installation — python3-pip-skeleton 0.1.dev78+g2d5de31 documentation @@ -38,7 +38,7 @@ - + diff --git a/switcher.json b/switcher.json index 237b9493..b6671dee 100644 --- a/switcher.json +++ b/switcher.json @@ -15,6 +15,10 @@ "version": "container_build_improvements", "url": "https://DiamondLightSource.github.io/python3-pip-skeleton/container_build_improvements/" }, + { + "version": "dependabot_github_actions_github-artifacts-03d6f0ee26", + "url": "https://DiamondLightSource.github.io/python3-pip-skeleton/dependabot_github_actions_github-artifacts-03d6f0ee26/" + }, { "version": "dev", "url": "https://DiamondLightSource.github.io/python3-pip-skeleton/dev/"