From 525530403d9aa11ecb47ac42bab99f2b1cc8e6a9 Mon Sep 17 00:00:00 2001 From: Yoel Date: Wed, 18 Sep 2024 13:56:00 -0500 Subject: [PATCH] hopefully get tests running --- docs/conf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 29f880ad..48a00d7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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: