Skip to content

Commit a167ac4

Browse files
committed
Fix: sphinx syntax error
1 parent d9a6a87 commit a167ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ def setup(app):
9191
'Miscellaneous'),
9292
]
9393

94-
intersphinx_mapping = {'https://docs.python.org/': None}
94+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

docs/python/otherHelpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This module is used to setup, clean and upgrade the client.
2828

2929
Members
3030
-------
31-
.. automodule:: linuxmusterLinuxclient7.seup
31+
.. automodule:: linuxmusterLinuxclient7.setup
3232
:members:
3333

3434
Module: imageHelper

0 commit comments

Comments
 (0)