Skip to content

Commit

Permalink
hopefully get tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Sep 18, 2024
1 parent 6563b92 commit 5255304
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
#
import os
import sys
from docutils import nodes

nodes.reprunicode = lambda x: x # Workaround for bug in nbsphinx-link
try:
from docutils import nodes
nodes.reprunicode = lambda x: x # Workaround for bug in nbsphinx-link
except:
pass # docutils may not be installed for test suit

new_path = ['..\\', '..\\thermosteam\\', '..\\Bioindustrial-Park\\', '..\\How2STEAM\\']
for p in new_path:
Expand Down

0 comments on commit 5255304

Please sign in to comment.