File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- Sphinx == 4.5.0
1
+ Sphinx == 7.*
2
2
sphinx-autobuild == 2021.3.14
3
3
sphinx-bootstrap-theme == 0.8.1
4
- recommonmark == 0.7.1
4
+ recommonmark == 0.7.1
5
+ sphinxcontrib-htmlhelp >= 2.0.5
6
+ sphinxcontrib-applehelp >= 1.0.8
Original file line number Diff line number Diff line change 69
69
#
70
70
# This is also used if you do content translation via gettext catalogs.
71
71
# Usually you set "language" from the command line for these cases.
72
- language = None
72
+ language = 'en'
73
73
74
74
# List of patterns, relative to source directory, that match files and
75
75
# directories to ignore when looking for source files.
278
278
# -- Options for intersphinx extension ---------------------------------------
279
279
280
280
# Example configuration for intersphinx: refer to the Python standard library.
281
- intersphinx_mapping = {' https://docs.python.org/3/': None }
281
+ intersphinx_mapping = { 'ESPEasy' : ( ' https://docs.python.org/3/', None ) }
282
282
283
283
# -- Options for todo extension ----------------------------------------------
284
284
You can’t perform that action at this time.
0 commit comments