Skip to content

Commit 2bfcedd

Browse files
Fix requirements to ensure successful builds
1 parent 23d45d2 commit 2bfcedd

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Salt Install Guide",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/python:0-3.10-bullseye",
77
"features": {
88
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
99
"version": "latest"

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def setup(app):
141141
"sphinx.ext.todo",
142142
"sphinx-prompt", # Required by sphinx_substitution_extensions
143143
"sphinx_inline_tabs",
144-
# "sphinx_multiversion", # To ensure publishing of mulitple, versioned sites
145144
"sphinx_substitution_extensions",
146145
]
147146
# Render TODO directives

docs/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# If using version selector, use
22
# Temporary Furo theme target for versioning
3-
# furo>=2022.6.21
4-
Sphinx-Substitution-Extensions>=2022.2.16
3+
# furo==2022.6.21
4+
Sphinx-Substitution-Extensions==2022.02.16
55
requests>=2.31.0
66
salt-furo-versioner @ git+https://github.com/ScriptAutomate/salt-furo-versioner@excelsior
7-
sphinx-copybutton>=0.5.0
8-
sphinx-design
9-
sphinx-inline-tabs>=2022.1.2b11
10-
sphinx-prompt
11-
sphinx-tabs>=3.4.1
12-
sphinx>=5.3.0
7+
sphinx-copybutton==0.5.2
8+
sphinx-design==0.5.0
9+
sphinx-inline-tabs==2023.4.21
10+
sphinx-prompt==1.5.0
11+
sphinx-tabs==3.4.7
12+
sphinx==5.3.0

0 commit comments

Comments
 (0)