|
75 | 75 | # The master toctree document. |
76 | 76 | master_doc = "contents" |
77 | 77 |
|
78 | | -# The language for content autogenerated by Sphinx. Refer to documentation |
79 | | -# for a list of supported languages. |
80 | | -# |
81 | | -# This is also used if you do content translation via gettext catalogs. |
82 | | -# Usually you set "language" from the command line for these cases. |
83 | | -language = "en" |
84 | | - |
85 | 78 | # List of patterns, relative to source directory, that match files and |
86 | 79 | # directories to ignore when looking for source files. |
87 | 80 | # This pattern also affects html_static_path and html_extra_path . |
88 | | -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
| 81 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store","note.rst"] |
89 | 82 |
|
90 | | -# The name of the Pygments (syntax highlighting) style to use. |
91 | | -pygments_style = "sphinx" |
92 | 83 |
|
93 | 84 | # -- Options for HTML output ------------------------------------------------- |
94 | 85 |
|
|
97 | 88 | # |
98 | 89 | # html_theme = 'alabaster' |
99 | 90 | html_theme = "sphinx_rtd_theme" |
100 | | -html_theme_options = { |
101 | | - "sidebarwidth": 30, |
102 | | - "nosidebar": False, |
103 | | -} |
| 91 | + |
104 | 92 |
|
105 | 93 | # Theme options are theme-specific and customize the look and feel of a theme |
106 | 94 | # further. For a list of options available for each theme, see the |
|
112 | 100 | # relative to this directory. They are copied after the builtin static files, |
113 | 101 | # so a file named "default.css" will overwrite the builtin "default.css". |
114 | 102 | html_static_path = ["_static"] |
115 | | - |
116 | | -html_context = {"css_files": ["_static/style.css"]} |
| 103 | +html_css_files = ["style.css"] |
117 | 104 |
|
118 | 105 |
|
119 | 106 | # Custom sidebar templates, must be a dictionary that maps document names |
|
125 | 112 | # 'searchbox.html']``. |
126 | 113 | # |
127 | 114 | # html_sidebars = {} |
128 | | -html_sidebars = { |
129 | | - "**": ["globaltoc.html", "relations.html", "sourcelink.html", "searchbox.html"] |
130 | | -} |
| 115 | + |
131 | 116 |
|
132 | 117 |
|
133 | 118 | # -- Options for HTMLHelp output --------------------------------------------- |
|
193 | 178 | # If true, `todo` and `todoList` produce output, else they produce nothing. |
194 | 179 | todo_include_todos = True |
195 | 180 |
|
196 | | -exclude_patterns = exclude_patterns + ["note.rst"] |
| 181 | + |
0 commit comments