Skip to content

Commit

Permalink
MAINT: update pymechanical version (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Aug 14, 2024
1 parent 7213c72 commit 9496024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -172,14 +171,14 @@
# -- 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",
"github_version": "main",
"doc_path": "doc/source",
}
html_theme_options = {
"logo": "pyansys",
"github_url": "https://github.com/ansys/pymechanical-examples",
"show_prev_next": False,
"show_breadcrumbs": True,
Expand All @@ -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 ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#PyMechanical
ansys-mechanical-core[doc]==0.11.4
ansys-mechanical-core[doc]==0.11.5

0 comments on commit 9496024

Please sign in to comment.