From 295a359042d9fa69ae4779b7ca8830c21d0705d6 Mon Sep 17 00:00:00 2001 From: Brayden Zhong Date: Sat, 1 Mar 2025 23:19:59 +0000 Subject: [PATCH] docs: fix sphinx warning --- docs_input/conf.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs_input/conf.py.in b/docs_input/conf.py.in index 12713b41..72f46947 100644 --- a/docs_input/conf.py.in +++ b/docs_input/conf.py.in @@ -13,6 +13,7 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os +from pathlib import Path # import sys # sys.path.insert(0, os.path.abspath('.')) import datetime @@ -55,7 +56,7 @@ autodoc_default_options = { # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -breathe_projects = { "MatX": "@DOXYXML_DIR@" } +breathe_projects = { "MatX": Path("@DOXYXML_DIR@") } breathe_default_project = "MatX" # The suffix(es) of source filenames.