File tree 2 files changed +13
-14
lines changed
2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def _convert_markdown(path_in: str, path_out: str) -> None:
79
79
80
80
# If your documentation needs a minimal Sphinx version, state it here.
81
81
82
- needs_sphinx = "4.0 "
82
+ needs_sphinx = "6.2 "
83
83
84
84
# Add any Sphinx extension module names here, as strings. They can be
85
85
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -137,7 +137,7 @@ def _convert_markdown(path_in: str, path_out: str) -> None:
137
137
#
138
138
# This is also used if you do content translation via gettext catalogs.
139
139
# Usually you set "language" from the command line for these cases.
140
- language = None
140
+ language = "en"
141
141
142
142
# List of patterns, relative to source directory, that match files and
143
143
# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change 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
4
4
ipython[notebook]
5
- pandoc>=1.0
6
- docutils>=0.16
5
+ pandoc >=1.0
6
+ docutils >=0.16
7
7
# 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
10
10
sphinxcontrib-mockautodoc
11
11
12
12
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
You can’t perform that action at this time.
0 commit comments