IAP GITLAB

Skip to content
Snippets Groups Projects
Commit fe56f7b6 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

read the docs requirements

parent da47a66c
No related branches found
No related tags found
1 merge request!334readthedocs and better error messages
import sys import sys
import subprocess, os
# sys.path.append( "/software/bDreathe-4.14.2/" ) read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
subprocess.call('cd ../doxygen; doxygen', shell=True)
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment