|
45 | 45 | ] |
46 | 46 |
|
47 | 47 | intersphinx_mapping = { |
48 | | - "python": ("http://docs.python.org/3", None), |
49 | | - "numpy": ("http://docs.scipy.org/doc/numpy/", None), |
50 | | - "scipy": ("http://docs.scipy.org/doc/scipy/reference/", None), |
51 | | - "matplotlib": ("http://matplotlib.sourceforge.net/", None), |
| 48 | + "python": ("https://docs.python.org/3", None), |
| 49 | + "numpy": ("https://numpy.org/doc/stable/", None), |
| 50 | + "scipy": ("https://docs.scipy.org/doc/scipy/", None), |
| 51 | + "matplotlib": ("https://matplotlib.org/stable", None), |
52 | 52 | } |
53 | 53 |
|
54 | 54 | # Add any paths that contain templates here, relative to this directory. |
|
87 | 87 | # |
88 | 88 | # This is also used if you do content translation via gettext catalogs. |
89 | 89 | # Usually you set "language" from the command line for these cases. |
90 | | -language = None |
| 90 | +language = "en" |
91 | 91 |
|
92 | 92 | # There are two options for replacing |today|: either, you set today to some |
93 | 93 | # non-false value, then it is used: |
|
133 | 133 | # classes and attributes. As side effects, this option ... ??? |
134 | 134 | # If false, ... ???. |
135 | 135 | # The default is True. |
136 | | -viewcode_import = True |
| 136 | +# viewcode_import = True |
137 | 137 |
|
138 | 138 |
|
139 | 139 | # -- Options for HTML output ---------------------------------------------- |
|
149 | 149 | # html_theme_options = {} |
150 | 150 |
|
151 | 151 | # Add any paths that contain custom themes here, relative to this directory. |
152 | | -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| 152 | +# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
153 | 153 |
|
154 | 154 | # The name for this set of Sphinx documents. If None, it defaults to |
155 | 155 | # "<project> v<release> documentation". |
|
0 commit comments