11
0
Files
python-ncclient/sphinx-use-imgmath-extension.patch
Dominique Leuenberger 34e1b56c3c Accepting request 703087 from Cloud:OpenStack:Factory
- update to v0.6.4:
  * Use os.path.expanduser() on paths read from ssh_config.
  * Proxycommand can be a list. Identityfile already performs ~ expansion in
  * Enhance Alcatel-Lucent -support
- add sphinx-use-imgmath-extension.patch

OBS-URL: https://build.opensuse.org/request/show/703087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=9
2019-05-15 10:35:29 +00:00

12 lines
669 B
Diff

--- docs/source/conf.py
+++ docs/source/conf.py
@@ -22,7 +22,7 @@
# 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.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']