File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55requests >= 2.31.0
66salt-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
You can’t perform that action at this time.
0 commit comments