mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0028951: MathJax CDN shutting down
Correct all links using old MathJax version.
This commit is contained in:
parent
17b45a2936
commit
bbf03a4e8e
@ -70,7 +70,7 @@ proc gendoc {args} {
|
|||||||
set DOCLABEL ""
|
set DOCLABEL ""
|
||||||
set VERB_MODE "NO"
|
set VERB_MODE "NO"
|
||||||
set SEARCH_MODE "none"
|
set SEARCH_MODE "none"
|
||||||
set MATHJAX_LOCATION "https://cdn.mathjax.org/mathjax/latest"
|
set MATHJAX_LOCATION "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1"
|
||||||
set mathjax_js_name "MathJax.js"
|
set mathjax_js_name "MathJax.js"
|
||||||
set DOCTYPE_COMBO_FLAG 0
|
set DOCTYPE_COMBO_FLAG 0
|
||||||
set GENMODE_COMBO_FLAG 0
|
set GENMODE_COMBO_FLAG 0
|
||||||
|
@ -35,7 +35,7 @@ endif()
|
|||||||
# configuration file for doxygen
|
# configuration file for doxygen
|
||||||
set (OCCT_CONFIG_FOR_DOXYGEN "${OCCT_GENERATED_DOC_DIR}/occt.cfg")
|
set (OCCT_CONFIG_FOR_DOXYGEN "${OCCT_GENERATED_DOC_DIR}/occt.cfg")
|
||||||
|
|
||||||
set (3RDPARTY_MATHJAX_RELATIVE_PATH "https://cdn.mathjax.org/mathjax/latest")
|
set (3RDPARTY_MATHJAX_RELATIVE_PATH "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1")
|
||||||
|
|
||||||
configure_file ("${OCCT_OVERVIEW_RESOURCE_DIR}/occt_ug_html.doxyfile" "${OCCT_CONFIG_FOR_DOXYGEN}" COPYONLY)
|
configure_file ("${OCCT_OVERVIEW_RESOURCE_DIR}/occt_ug_html.doxyfile" "${OCCT_CONFIG_FOR_DOXYGEN}" COPYONLY)
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Follow the instructions to proceed (define proxy settings if needed, select a mi
|
|||||||
**MathJax** is used for rendering math formulas in browser (HTML and CHM outputs): http://www.mathjax.org.
|
**MathJax** is used for rendering math formulas in browser (HTML and CHM outputs): http://www.mathjax.org.
|
||||||
|
|
||||||
By default MathJAX scripts and fonts work on-line and no installation of MathJAX is necessary if Internet is accessible.
|
By default MathJAX scripts and fonts work on-line and no installation of MathJAX is necessary if Internet is accessible.
|
||||||
If you need to use OCCT documentation while off-line, you can install a local copy of MatJAX, see https://docs.mathjax.org/en/v2.6-latest/start.html#installing-your-own-copy-of-mathjax.
|
If you need to use OCCT documentation while off-line, you can install a local copy of MatJAX, see https://docs.mathjax.org/en/v2.7-latest/start.html#installing-your-own-copy-of-mathjax.
|
||||||
See \ref OCCT_DM_SECTION_A_9 for more details on inserting mathematical expressions.
|
See \ref OCCT_DM_SECTION_A_9 for more details on inserting mathematical expressions.
|
||||||
|
|
||||||
@section OCCT_DM_SECTION_2_1 Documentation Generation
|
@section OCCT_DM_SECTION_2_1 Documentation Generation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user