Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
05f1a439
Commit
05f1a439
authored
Apr 23, 2016
by
André Anjos
💬
Browse files
[doc] Use native numfig extension
parent
7da2a3d0
Pipeline
#1507
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
05f1a439
...
...
@@ -57,7 +57,6 @@ extensions = [
'sphinx.ext.napoleon'
,
'sphinx.ext.viewcode'
,
'sphinxcontrib.mscgen'
,
'sphinx_numfig'
,
]
# Always includes todos
...
...
@@ -66,6 +65,9 @@ todo_include_todos = True
# Generates auto-summary automatically
autosummary_generate
=
True
# Create numbers on figures with captions
numfig
=
True
# If we are on OSX, the 'dvipng' path maybe different
dvipng_osx
=
'/opt/local/libexec/texlive/binaries/dvipng'
if
os
.
path
.
exists
(
dvipng_osx
):
pngmath_dvipng
=
dvipng_osx
...
...
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