Skip to content

Commit 2811f40

Browse files
authored
Merge pull request #4937 from tonhuisman/feature/Docs-update-sphinx-tools
[Docs] Update Sphinx tools and configuration
2 parents 69184ff + 33ab59a commit 2811f40

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Sphinx==4.5.0
1+
Sphinx==7.*
22
sphinx-autobuild==2021.3.14
33
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

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#
7070
# This is also used if you do content translation via gettext catalogs.
7171
# Usually you set "language" from the command line for these cases.
72-
language = None
72+
language = 'en'
7373

7474
# List of patterns, relative to source directory, that match files and
7575
# directories to ignore when looking for source files.
@@ -278,7 +278,7 @@
278278
# -- Options for intersphinx extension ---------------------------------------
279279

280280
# 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) }
282282

283283
# -- Options for todo extension ----------------------------------------------
284284

0 commit comments

Comments
 (0)