Skip to content

Small improvements in sphinx build #1583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@

.blue {
color: blue;
}

.yellow {
color: yellow;
}
9 changes: 0 additions & 9 deletions doc/source/_templates/sidebar-nav-bs.html

This file was deleted.

14 changes: 14 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,25 @@
"github_url": "https://github.com/pyansys/pymapdl",
"show_prev_next": False,
"show_breadcrumbs": True,
"collapse_navigation": True,
"use_edit_page_button": True,
"additional_breadcrumbs": [
("PyAnsys", "https://docs.pyansys.com/"),
],
"icon_links": [
{
"name": "Support",
"url": "https://github.com/pyansys/pymapdl/discussions",
"icon": "fa fa-comment fa-fw",
},
],
}

html_context = {
"github_user": "pyansys",
"github_repo": "pymapdl",
"github_version": "main",
}
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ to the backing plate.
pl.show()

**Figure 28.6: Thermal Boundary Conditions.**
Convection loads (red) and conduction loads (yellow)
Convection loads (:red:`red`) and conduction loads (:yellow:`yellow`)

Available data suggest that the value of the convection coefficient lies
between 10 and 30 W/m2 °C for the workpiece surfaces, except for the bottom
Expand Down