Skip to content

Commit c161d06

Browse files
Bordalantiga
authored andcommitted
docs: fallback for restoring right scroll menu (#18108)
(cherry picked from commit 6b52b84)
1 parent 3dad856 commit c161d06

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source-app/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# If your documentation needs a minimal Sphinx version, state it here.
5757

58-
needs_sphinx = "6.2"
58+
needs_sphinx = "4.5"
5959

6060
# Add any Sphinx extension module names here, as strings. They can be
6161
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

docs/source-fabric/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# If your documentation needs a minimal Sphinx version, state it here.
5858

59-
needs_sphinx = "6.2"
59+
needs_sphinx = "4.5"
6060

6161
# Add any Sphinx extension module names here, as strings. They can be
6262
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

docs/source-pytorch/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
120120

121121
# If your documentation needs a minimal Sphinx version, state it here.
122122

123-
needs_sphinx = "6.2"
123+
needs_sphinx = "4.5"
124124

125125
# Add any Sphinx extension module names here, as strings. They can be
126126
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx >6.0, <7.0
2-
myst-parser ==2.0.0
1+
sphinx >=4.0, <5.0
2+
myst-parser >=0.18.1, <1.0.0
33
nbsphinx >=0.8.5, <=0.8.9
44
pandoc >=1.0, <=2.3
55
docutils >=0.16, <0.21
@@ -14,6 +14,6 @@ sphinx-multiproject
1414
sphinx-toolbox ==3.4.0
1515
sphinx-rtd-dark-mode
1616
sphinxcontrib-video ==0.2.0
17-
jinja2 >=3.0.0,<3.2.0
17+
jinja2 <3.2.0
1818

1919
lightning-utilities >=0.9.0

0 commit comments

Comments
 (0)