X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=245a0fbdb85e15cc19e0108b9364280463b4af08;hb=abdf2b1f0875dc7958fcb68465a0f49bbeb57d64;hp=f919ea2cf31df6782009447eff5e9d9fa7419f3f;hpb=eab255391dfb441852146a92554218a94f10f942;p=docs.git diff --git a/docs/conf.py b/docs/conf.py index f919ea2cf..245a0fbdb 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,16 +33,6 @@ sys.path.insert(0, os.path.abspath('submodules/spectrometer/server')) # ones. extensions = ['sphinx.ext.autodoc','sphinx.ext.graphviz'] -# Disable javasphinx generation until we have a solution to long build -# times. readthedocs timesout after 902 seconds. -javasphinx_available = False -try: - import javasphinx - javasphinx_available = True - extensions.append('javasphinx') -except ImportError, e: - pass - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -242,7 +232,3 @@ if platform.system() != 'Windows': subprocess.call(["./generate-milestone-status.sh"]) subprocess.call(["./build-integration-robot-libdoc.sh"]) - # Disable javasphinx generation until we have a solution to long build - # times. readthedocs timesout after 902 seconds. - if javasphinx_available: - subprocess.call(["./generate-javaapidoc.sh"])