Skip to content

Commit

Permalink
Fix requirements to ensure successful builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Oct 29, 2024
1 parent 23d45d2 commit 2bfcedd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Salt Install Guide",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:0-3.10-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
"version": "latest"
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def setup(app):
"sphinx.ext.todo",
"sphinx-prompt", # Required by sphinx_substitution_extensions
"sphinx_inline_tabs",
# "sphinx_multiversion", # To ensure publishing of mulitple, versioned sites
"sphinx_substitution_extensions",
]
# Render TODO directives
Expand Down
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# If using version selector, use
# Temporary Furo theme target for versioning
# furo>=2022.6.21
Sphinx-Substitution-Extensions>=2022.2.16
# furo==2022.6.21
Sphinx-Substitution-Extensions==2022.02.16
requests>=2.31.0
salt-furo-versioner @ git+https://github.com/ScriptAutomate/salt-furo-versioner@excelsior
sphinx-copybutton>=0.5.0
sphinx-design
sphinx-inline-tabs>=2022.1.2b11
sphinx-prompt
sphinx-tabs>=3.4.1
sphinx>=5.3.0
sphinx-copybutton==0.5.2
sphinx-design==0.5.0
sphinx-inline-tabs==2023.4.21
sphinx-prompt==1.5.0
sphinx-tabs==3.4.7
sphinx==5.3.0

0 comments on commit 2bfcedd

Please sign in to comment.