Changeset - eb4259469abd
[Not reviewed]
stable
0 1 0
Mads Kiilerich (mads) - 5 months ago 2025-10-05 19:52:53
mads@kiilerich.com
Grafted from: d2a8c5b998b7
docs: drop invalid intersphinx_mapping to None

Avoid

ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list.
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -223,7 +223,3 @@ man_pages = [
 
    ('index', 'kallithea', 'Kallithea Documentation',
 
     ['Kallithea Developers'], 1)
 
]
 

	
 

	
 
# Example configuration for intersphinx: refer to the Python standard library.
 
intersphinx_mapping = {'http://docs.python.org/': None}
0 comments (0 inline, 0 general)