Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pyedb-gte-0.4.0-and-lt-0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored May 7, 2024
2 parents 1a7c7a1 + 2cb4748 commit bb499ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
21 changes: 10 additions & 11 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,17 +353,16 @@ def setup(app):
},
}

# Only add button to download PDF in dev mode as the building PDF for the full documentation is too long
if switcher_version == "dev":
html_theme_options["icon_links"].append(
{
"name": "Download documentation in PDF",
# NOTE: Changes to this URL must be reflected in CICD documentation build
"url": f"https://{cname}/version/{switcher_version}/_static/assets/download/pyaedt.pdf",
# noqa: E501
"icon": "fa fa-file-pdf fa-fw",
}
)
# Add button to download PDF
html_theme_options["icon_links"].append(
{
"name": "Download documentation in PDF",
# NOTE: Changes to this URL must be reflected in CICD documentation build
"url": f"https://{cname}/version/{switcher_version}/_static/assets/download/pyaedt.pdf",
# noqa: E501
"icon": "fa fa-file-pdf fa-fw",
}
)

html_static_path = ["_static"]

Expand Down
1 change: 1 addition & 0 deletions doc/styles/Vocab/ANSYS/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ stackups
stripline
subcircuit
[Tt]oolkits
[Tt]oolkit [Mm]anager
Twin Builder
Uncomment
vias
2 changes: 1 addition & 1 deletion pyaedt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
#

pyaedt_path = os.path.dirname(__file__)
__version__ = "0.9.dev0"
__version__ = "0.10.dev0"
version = __version__

#
Expand Down

0 comments on commit bb499ac

Please sign in to comment.