From f8e053c07217381964d895daabcae74ead249798 Mon Sep 17 00:00:00 2001 From: 2bndy5 <2bndy5@gmail.com> Date: Tue, 19 Oct 2021 07:36:30 -0700 Subject: [PATCH] [no ci] typo in path --- docs/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 8bc91007b..d529c6ff0 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -64,7 +64,7 @@ READTHEDOCS = os.environ.get('READTHEDOCS', None) == 'True' if READTHEDOCS: - subprocess.call("cd ../../doxygen; doxygen", shell=True) + subprocess.call("cd ../..; doxygen", shell=True) # -- Options for HTML output -------------------------------------------------