Skip to content

Commit

Permalink
Merge pull request #751 from mkstoyanov/doc_update
Browse files Browse the repository at this point in the history
* update latex tendering of the docs
* update the dpc++ requirement
  • Loading branch information
mkstoyanov authored Oct 17, 2023
2 parents 42d1aca + 4f4099e commit 3fdd525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(DOXYGEN_HTML_COLORSTYLE_GAMMA "90")


set(DOXYGEN_FORMULA_FONTSIZE "14")
set(DOXYGEN_USE_MATHJAX "YES")
set(DOXYGEN_USE_MATHJAX "NO")

set(DOXYGEN_PROJECT_NAME "Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN: ${PROJECT_NAME} v${Tasmanian_VERSION_MAJOR}.${Tasmanian_VERSION_MINOR}${Tasmanian_version_comment}")
set(DOXYGEN_PROJECT_NUMBER "") # if project number is given, the rendered font is too small
Expand Down
1 change: 1 addition & 0 deletions Doxygen/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Optional features:
| ESSL | 6.2 | 6.2 |
| CUDA | 10.0 - 12 | 12.1 |
| ROCm | 5.5 -5.7 | any |
| DPC++ | 2021 - 2023 | 2023 |
| libiomp | 5.0 | 5.0 |
| MAGMA | 2.5.1 - 2.6.1 | 2.6.1 |
| Doxygen | 1.8.13 | 1.8.13 |
Expand Down

0 comments on commit 3fdd525

Please sign in to comment.