Skip to content

Commit 086de04

Browse files
bump sphinx (#144)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9b3544f commit 086de04

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _convert_markdown(path_in: str, path_out: str) -> None:
7979

8080
# If your documentation needs a minimal Sphinx version, state it here.
8181

82-
needs_sphinx = "4.0"
82+
needs_sphinx = "6.2"
8383

8484
# Add any Sphinx extension module names here, as strings. They can be
8585
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -137,7 +137,7 @@ def _convert_markdown(path_in: str, path_out: str) -> None:
137137
#
138138
# This is also used if you do content translation via gettext catalogs.
139139
# Usually you set "language" from the command line for these cases.
140-
language = None
140+
language = "en"
141141

142142
# List of patterns, relative to source directory, that match files and
143143
# directories to ignore when looking for source files.

requirements/docs.txt

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
sphinx>=4.0,<5.0
2-
myst-parser>=0.15
3-
nbsphinx>=0.8.5
1+
sphinx >=6.0,<7.0
2+
myst-parser >=2.0.0, <3.0.0
3+
nbsphinx >=0.8.5
44
ipython[notebook]
5-
pandoc>=1.0
6-
docutils>=0.16
5+
pandoc >=1.0
6+
docutils >=0.16
77
# https://github.com/jupyterlab/jupyterlab_pygments/issues/5
8-
pygments>=2.4.1
9-
sphinxcontrib-fulltoc>=1.0
8+
pygments >=2.4.1
9+
sphinxcontrib-fulltoc >=1.0
1010
sphinxcontrib-mockautodoc
1111

1212
pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip
13-
sphinx-autodoc-typehints>=1.0
14-
sphinx-paramlinks>=0.5.1
15-
sphinx-togglebutton>=0.2
16-
sphinx-copybutton>=0.3
17-
jinja2>=3.0.0,<3.1.0
13+
sphinx-autodoc-typehints >=1.0
14+
sphinx-paramlinks >=0.5.1
15+
sphinx-togglebutton >=0.2
16+
sphinx-copybutton >=0.3

0 commit comments

Comments
 (0)