|
15 | 15 |
|
16 | 16 | # Add project name, copyright holder, and author(s) |
17 | 17 | project = 'netneurotools' |
18 | | -copyright = '2018, netneurotools developers' |
| 18 | +copyright = '2018-2022, netneurotools developers' |
19 | 19 | author = 'Network Neuroscience Lab' |
20 | 20 |
|
21 | 21 | # Import project to get version info |
|
62 | 62 | # |
63 | 63 | # This is also used if you do content translation via gettext catalogs. |
64 | 64 | # Usually you set "language" from the command line for these cases. |
65 | | -language = None |
| 65 | +# https://github.com/sphinx-doc/sphinx/issues/10474 |
| 66 | +# language = None |
66 | 67 |
|
67 | 68 | # List of patterns, relative to source directory, that match files and |
68 | 69 | # directories to ignore when looking for source files. |
|
83 | 84 | # Theme options are theme-specific and customize the look and feel of a theme |
84 | 85 | # further. For a list of options available for each theme, see the |
85 | 86 | # documentation. |
86 | | -html_theme_options = {} |
| 87 | +html_theme_options = { |
| 88 | + "navigation_depth": 3 |
| 89 | +} |
87 | 90 |
|
88 | 91 | # Add any paths that contain custom static files (such as style sheets) here, |
89 | 92 | # relative to this directory. They are copied after the builtin static files, |
|
100 | 103 |
|
101 | 104 | # -- Extension configuration ------------------------------------------------- |
102 | 105 | intersphinx_mapping = { |
103 | | - 'python': ('https://docs.python.org/3.6', None), |
| 106 | + 'python': ('https://docs.python.org/3', None), |
104 | 107 | 'matplotlib': ('https://matplotlib.org', None), |
105 | 108 | 'numpy': ('https://docs.scipy.org/doc/numpy', None), |
106 | 109 | 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), |
|
0 commit comments