From fefd14a11f848166cd3bc758c95b7abeb40fd79e Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 30 Jun 2024 22:58:11 -0500 Subject: [PATCH] rename extensions --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a572e0e8..e7f9adc2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) sys.path.insert(0, basedir) sys.path.insert(0, basedir + os.sep + 'python') +c_autodoc_roots = [basedir + os.sep + 'c'] project = 'Euler' copyright = '2024, Olivia Appleton' @@ -27,13 +28,13 @@ 'sphinx.ext.inheritance_diagram', 'sphinx.ext.mathjax', 'sphinx.ext.todo', - 'sphinx-c-autodoc', + 'sphinx_c_autodoc', # 'breathe', # 'javasphinx', # 'sphinx-autodoc-typehints', # 'sphinx-git', # 'sphinx-pyreverse', - 'sphinxcontrib-autojs', + 'sphinxcontrib_autojs', # 'sphinx-csharp', ]