Markéta Machová
c21b42f528
* Add Ciena driver. * Update session.py. * call_home: timeout as argument. * Introduce Unix Socket Transport. * feat: Add support for Nokia SR OS private candidate mode. * Fix support of .ssh/id_ed25519 keys. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=17
12 lines
411 B
Diff
12 lines
411 B
Diff
--- a/docs/source/conf.py
|
|
+++ b/docs/source/conf.py
|
|
@@ -19,7 +19,7 @@ import sys, os
|
|
sys.path.insert(0, os.path.abspath("../.."))
|
|
|
|
# -- General configuration -----------------------------------------------------
|
|
-needs_sphinx = '2.0'
|
|
+# needs_sphinx = '2.0'
|
|
|
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|