From 92acbddd6a2f5c1e1222e4e8d85c5e0c30190391 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 4 Dec 2023 15:39:21 +0000 Subject: [PATCH] rtd3 --- docs/source/conf.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6dbbbe7..6c25d99 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,8 @@ import os import sys -sys.path.insert(0, os.path.abspath(os.path.join('..', '..'))) +sys.path.insert(0, os.path.abspath("../../sklarpy")) +# sys.path.insert(0, os.path.abspath(os.path.join('..', '..'))) # -- Project information @@ -32,6 +33,7 @@ intersphinx_disabled_domains = ['std'] templates_path = ['_templates'] +exclude_patterns = ["_build"] # -- Options for HTML output @@ -39,3 +41,9 @@ # -- Options for EPUB output epub_show_urls = 'footnote' + +source_suffix = ".rst" + +master_doc = "index" + +todo_include_todos = False \ No newline at end of file