Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maroba committed Dec 7, 2023
1 parent af0295b commit 5e7b606
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/conf.py
Expand Up @@ -35,9 +35,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.imgmath', 'sphinx.ext.intersphinx',
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
'IPython.sphinxext.ipython_console_highlighting',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_directive', 'sphinx.ext.mathjax'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -167,9 +167,10 @@
'Miscellaneous'),
]

imgmath_image_format = 'svg'
imgmath_dvipng_args = ['-gamma', '2.5', '-D', '350', '-bg', 'Transparent']
imgmath_font_size = 14
#imgmath_image_format = 'svg'
#imgmath_dvipng_args = ['-gamma', '2.5', '-D', '350', '-bg', 'Transparent']
#imgmath_font_size = 14

autoclass_content = 'both'
# mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js'

#mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js'

0 comments on commit 5e7b606

Please sign in to comment.