diff --git a/doc/source/conf.py b/doc/source/conf.py index 5a854b7..d122de9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -13,7 +13,6 @@ import warnings import ansys.mechanical.core as pymechanical -from ansys_sphinx_theme import pyansys_logo_black from sphinx_gallery.sorting import FileNameSortKey # necessary when building the sphinx gallery @@ -172,7 +171,6 @@ # -- Options for HTML output ------------------------------------------------- html_short_title = html_title = "pymechanical-examples" html_theme = "ansys_sphinx_theme" -html_logo = pyansys_logo_black html_context = { "github_user": "ansys", "github_repo": "pymechanical", @@ -180,6 +178,7 @@ "doc_path": "doc/source", } html_theme_options = { + "logo": "pyansys", "github_url": "https://github.com/ansys/pymechanical-examples", "show_prev_next": False, "show_breadcrumbs": True, @@ -196,12 +195,6 @@ "icon": "fa fa-comment fa-fw", }, ], - "cheatsheet": { - "url": "https://cheatsheets.docs.pyansys.com/pymechanical_cheat_sheet.pdf", - "title": "PyMechanical cheat sheet", - "thumbnail": "https://cheatsheets.docs.pyansys.com/pymechanical_cheat_sheet.png", - "needs_download": True, - }, } # -- Options for HTMLHelp output --------------------------------------------- diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 820f6fa..c84f14b 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,2 +1,2 @@ #PyMechanical -ansys-mechanical-core[doc]==0.11.4 +ansys-mechanical-core[doc]==0.11.5