|
69 | 69 | add_module_names = False |
70 | 70 |
|
71 | 71 | # General information about the project. |
72 | | -project = u'autodocsumm' |
73 | | -copyright = u'2015, Philipp Sommer' |
74 | | -author = u'Philipp Sommer' |
| 72 | +project = 'autodocsumm' |
| 73 | +copyright = '2016-2019, Philipp S. Sommer; 2020-2021, Helmholtz-Zentrum Hereon' |
| 74 | +author = 'Philipp S. Sommer' |
75 | 75 |
|
76 | 76 | # The version info for the project you're documenting, acts as replacement for |
77 | 77 | # |version| and |release|, also used in various other places throughout the |
|
137 | 137 | html_theme = 'sphinx_rtd_theme' |
138 | 138 | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
139 | 139 |
|
140 | | - # Add any paths that contain custom static files (such as style sheets) here, |
141 | | - # relative to this directory. They are copied after the builtin static files, |
142 | | - # so a file named "default.css" will overwrite the builtin "default.css". |
143 | | - html_static_path = ['_static'] |
144 | | - |
145 | 140 | # otherwise, readthedocs.org uses their theme by default, so no need to specify |
146 | 141 |
|
147 | 142 | # Theme options are theme-specific and customize the look and feel of a theme |
|
385 | 380 |
|
386 | 381 | # Example configuration for intersphinx: refer to the Python standard library. |
387 | 382 | intersphinx_mapping = { |
388 | | - 'sphinx': ('http://www.sphinx-doc.org/en/master/', None), |
| 383 | + 'sphinx': ('https://www.sphinx-doc.org/en/master/', None), |
| 384 | + 'python': ('https://docs.python.org/3.9/', None), |
389 | 385 | } |
390 | | -if six.PY3: |
391 | | - intersphinx_mapping['python'] = ('https://docs.python.org/3.7/', None) |
392 | | -else: |
393 | | - intersphinx_mapping['python'] = ('https://docs.python.org/2.7/', None) |
394 | 386 |
|
395 | 387 |
|
396 | 388 | def example_grouper(app, what, name, obj, section, parent): |
|
0 commit comments