]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Revert "doc: rtd doxygen search"
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 30 Sep 2015 15:45:54 +0000 (17:45 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 30 Sep 2015 15:45:54 +0000 (17:45 +0200)
This reverts commit 0f9e615b4f3ae84e125c11a43427b92ac3144059.

doc/conf.py

index 7cc07947629c758e32bad7f511feb8fdd565ad08..4aef16b5a94db17c763b494d15501ad9f829b12b 100644 (file)
@@ -5,9 +5,7 @@ import sys, os, re, subprocess
 # -- General configuration -----------------------------------------------------
 
 if os.environ.get('READTHEDOCS', None) == 'True':
-  sys.path.append('..')
-  sys.path.append('../../')
-  subprocess.call("cd %s; doxygen" % os.getcwd(), shell=True)
+  subprocess.call('doxygen')
 
 # Add any Sphinx extension module names here, as strings.
 extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'breathe']