|
47 | 47 |
|
48 | 48 | autosummary_generate = True |
49 | 49 | numpydoc_show_class_members = False |
50 | | -autodoc_default_flags = ['show-inheritance'] |
| 50 | +autodoc_default_options = {'show-inheritance': True} |
51 | 51 | autoclass_content = 'class' |
52 | 52 |
|
53 | 53 | intersphinx_mapping = { |
54 | 54 | 'python': ('https://docs.python.org/', None), |
55 | 55 | 'pandas': ('http://pandas.pydata.org/pandas-docs/version/0.19.2/', None), |
56 | 56 | 'numpy': ('http://docs.scipy.org/doc/numpy/', None), |
57 | 57 | 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None), |
58 | | - 'matplotlib': ('http://matplotlib.sourceforge.net/', None) |
| 58 | + 'matplotlib': ('https://matplotlib.org/stable/', None), |
59 | 59 | } |
60 | 60 |
|
61 | 61 | # Add any paths that contain templates here, relative to this directory. |
|
74 | 74 |
|
75 | 75 | # General information about the project. |
76 | 76 | project = 'SWAT' |
77 | | -copyright = '2016 SAS Institute Inc. All Rights Reserved.' |
| 77 | +copyright = '%Y SAS Institute Inc. All Rights Reserved.' |
78 | 78 | author = 'SAS' |
79 | 79 |
|
80 | 80 | # The version info for the project you're documenting, acts as replacement for |
|
94 | 94 | # |
95 | 95 | # This is also used if you do content translation via gettext catalogs. |
96 | 96 | # Usually you set "language" from the command line for these cases. |
97 | | -language = None |
| 97 | +# language = None |
98 | 98 |
|
99 | 99 | # There are two options for replacing |today|: either, you set today to some |
100 | 100 | # non-false value, then it is used: |
|
142 | 142 |
|
143 | 143 | html_theme = 'sphinx_rtd_theme' |
144 | 144 |
|
145 | | -html_context = { |
146 | | - 'css_files': ['_static/custom.css'], |
147 | | -} |
| 145 | +# html_context = { |
| 146 | +# 'css_files': ['_static/custom.css'], |
| 147 | +# } |
148 | 148 |
|
149 | 149 | # Theme options are theme-specific and customize the look and feel of a theme |
150 | 150 | # further. For a list of options available for each theme, see the |
151 | 151 | # documentation. |
152 | 152 | # html_theme_options = {} |
153 | 153 |
|
154 | 154 | # Add any paths that contain custom themes here, relative to this directory. |
155 | | -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| 155 | +# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
156 | 156 |
|
157 | 157 | # The name for this set of Sphinx documents. If None, it defaults to |
158 | 158 | # "<project> v<release> documentation". |
|
0 commit comments