From 2c59cb834ede43ac29d4226d49a7925a9faf5f54 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 30 Jun 2024 23:20:37 -0500 Subject: [PATCH] Temporarily disable js --- docs/conf.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e7f9adc2..c297e04f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,6 +12,7 @@ sys.path.insert(0, basedir) sys.path.insert(0, basedir + os.sep + 'python') c_autodoc_roots = [basedir + os.sep + 'c'] +js_source_path = basedir + os.sep + 'javascript' project = 'Euler' copyright = '2024, Olivia Appleton' @@ -31,11 +32,11 @@ 'sphinx_c_autodoc', # 'breathe', # 'javasphinx', - # 'sphinx-autodoc-typehints', - # 'sphinx-git', - # 'sphinx-pyreverse', - 'sphinxcontrib_autojs', - # 'sphinx-csharp', + # 'sphinx_autodoc_typehints', + 'sphinx_git', + # 'sphinx_pyreverse', + # 'sphinx_js', + # 'sphinx_csharp', ] templates_path = ['_templates'] @@ -46,7 +47,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'agogo' +html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] # -- Options for todo extension ----------------------------------------------