Skip to content

Commit

Permalink
remove sphinx.ext.imgconverter from sphinx auto-builds
Browse files Browse the repository at this point in the history
It causes builds containing SVG output to fail
  • Loading branch information
chrisjsewell committed Jul 8, 2019
1 parent 16007b9 commit a78a350
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"restructuredtext.updateDelay": 100000,
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pyTestEnabled": true,
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.pylamaEnabled": false,
"python.linting.enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion ipypublish/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ipypublish.scripts import nb_setup # noqa: F401

__version__ = '0.10.2'
__version__ = '0.10.3'
1 change: 0 additions & 1 deletion ipypublish/sphinx/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ extensions: [
'sphinx.ext.mathjax', # convert latex math to html
'sphinxcontrib.bibtex', # allows for :cite: and .. bibligraphy::
'sphinx.ext.todo', # allows for .. todo:: directive
'sphinx.ext.imgconverter' # converts svg to pdf in latex output
]
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos: false
Expand Down

0 comments on commit a78a350

Please sign in to comment.