We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1472b99 commit fc784fdCopy full SHA for fc784fd
docs/conf.py
@@ -18,6 +18,12 @@
18
documentation root, use os.path.abspath to make it absolute, like shown here.
19
"""
20
21
+import sys
22
+from os.path import abspath, dirname
23
+
24
+# Make sure we get the version of this copy of cmd2
25
+sys.path.insert(1, dirname(dirname(abspath(__file__))))
26
27
# Import for custom theme from Read the Docs
28
import sphinx_rtd_theme
29
0 commit comments