Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
d16162ba
Commit
d16162ba
authored
6 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Switch documentation from sphinx.ext.imgmath to sphinx.ext.mathjax for rendering formulas
parent
4399dc04
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/conf.py.in
+8
-1
8 additions, 1 deletion
doc/conf.py.in
with
8 additions
and
1 deletion
doc/conf.py.in
+
8
−
1
View file @
d16162ba
...
...
@@ -37,7 +37,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.
png
math',
'sphinx.ext.math
jax
',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.extlinks', 'cmake']
...
...
@@ -107,6 +107,13 @@ pygments_style = 'sphinx'
# -- Options for HTML output ---------------------------------------------------
# Since we use sphinx.ext.mathjax to render formulas on HTML pages: The
# MathJax web-page deprecated their own CDN to serve JavaScript but it is
# still the default for Sphinx. Here we redirect to the CDN recommended by
# MathJax.
mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment