Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
e39910a5
Commit
e39910a5
authored
Nov 29, 2018
by
Tiago Peixoto
Browse files
Update mathjax sphinx option
parent
f52e0fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
e39910a5
...
@@ -29,7 +29,8 @@ sys.path.append(os.path.abspath('.'))
...
@@ -29,7 +29,8 @@ sys.path.append(os.path.abspath('.'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
'sphinx.ext.intersphinx'
,
'mathjax'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.intersphinx'
,
'sphinx.ext.mathjax'
,
'sphinx.ext.autosummary'
,
'numpydoc'
,
'numpydoc'
,
'sphinx.ext.extlinks'
,
'sphinx.ext.extlinks'
,
'sphinx.ext.viewcode'
,
'sphinx.ext.viewcode'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment