Skip to content
Snippets Groups Projects
Commit a013ba8c authored by hrani's avatar hrani
Browse files

cleanup after mixup with 2 people merger simultaneously

parent 05b3a62d
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,6 @@ def depart_hcb_html(self, node):
"""Depart hidden code block"""
# Stub because of SkipNode in visit
def setup(app):
app.add_directive('hidden-code-block', HiddenCodeBlock)
app.add_node(hidden_code_block, html=(visit_hcb_html, depart_hcb_html))
......
......@@ -287,6 +287,7 @@ exclude_patterns = ['/docs/source/user/py/references/*.rst']
#run the doxygen thingy
import subprocess, os
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
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