Skip to content
Snippets Groups Projects
Commit d2427770 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

disabling doxygen on readthedoc; build failure is due to timeout.

parent fc48a414
No related branches found
No related tags found
No related merge requests found
......@@ -283,16 +283,8 @@ autodoc_mock_imports = [ 'numpy' , 'moose.sbml' , 'moose.genesis' , 'moose.LIF'
exclude_patterns = ['/docs/source/user/py/references/*.rst']
#run the doxygen thingy
# read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
#
# if read_the_docs_build:
#
# subprocess.call('cd ../../doxygen; doxygen', shell=True)
import subprocess, os
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
if not read_the_docs_build:
subprocess.call('cd doxygen; echo HELLO......................; doxygen Doxyfile', shell=True)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment