File tree Expand file tree Collapse file tree 4 files changed +7
-17
lines changed Expand file tree Collapse file tree 4 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,5 @@ dmypy.json
8181# VSCode settings
8282.vscode
8383
84- doc /_build
84+ doc /_build
85+ doc /source /api
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 "version_match" : get_version_match (__version__ ),
3434 },
3535 "check_switcher" : False ,
36+ "ansys_sphinx_theme_autoapi" : {
37+ "project" : project ,
38+ },
3639}
3740
3841# Sphinx extensions
3942extensions = [
4043 "sphinx.ext.autodoc" ,
4144 "sphinx.ext.autosummary" ,
42- "autoapi.extension" ,
4345 "sphinx_autodoc_typehints" ,
4446 "numpydoc" ,
4547 "sphinx.ext.intersphinx" ,
4648 "sphinx_copybutton" ,
49+ "ansys_sphinx_theme.extension.autoapi" ,
4750]
4851
4952# Intersphinx mapping
Original file line number Diff line number Diff line change 99 :hidden:
1010 :maxdepth: 3
1111
12- autoapi /index
12+ api /index
You can’t perform that action at this time.
0 commit comments