File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22import pathlib
33from typing import Dict
44
5- import sphinx
5+ from sphinx . application import Sphinx
66
77from ansys_sphinx_theme .latex import generate_404 # noqa: F401
88
@@ -67,7 +67,7 @@ def setup_default_html_theme_options(app):
6767
6868 Parameters
6969 ----------
70- app : sphinx.application.Sphinx
70+ app : ~ sphinx.application.Sphinx
7171 Application instance for rendering the documentation.
7272
7373 Notes
@@ -84,12 +84,12 @@ def setup_default_html_theme_options(app):
8484 app .config .html_theme_options .setdefault ("collapse_navigation" , "True" )
8585
8686
87- def setup (app : sphinx . application . Sphinx ) -> Dict :
87+ def setup (app : Sphinx ) -> Dict :
8888 """Connect to the sphinx theme app.
8989
9090 Parameters
9191 ----------
92- app : sphinx.application.Sphinx
92+ app : ~ sphinx.application.Sphinx
9393 Application instance for rendering the documentation.
9494
9595 Returns
You can’t perform that action at this time.
0 commit comments