File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333# ones.
3434extensions = ['sphinx.ext.autodoc' ,
35- 'sphinx.ext.intersphinx' ,
3635 'sphinx.ext.mathjax' ,
3736 'sphinx.ext.viewcode' , 'sphinx.ext.napoleon' ]
3837
7574#
7675# This is also used if you do content translation via gettext catalogs.
7776# Usually you set "language" from the command line for these cases.
78- language = None
77+ language = 'en'
7978
8079# List of patterns, relative to source directory, that match files and
8180# directories to ignore when looking for source files.
105104# Add any paths that contain custom static files (such as style sheets) here,
106105# relative to this directory. They are copied after the builtin static files,
107106# so a file named "default.css" will overwrite the builtin "default.css".
108- html_static_path = ['_static' ]
107+ # html_static_path = ['_static']
109108
110109
111110# -- Options for HTMLHelp output ------------------------------------------
You can’t perform that action at this time.
0 commit comments