Skip to content

Commit

Permalink
rtd3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfm000 committed Dec 4, 2023
1 parent 8bf091a commit 92acbdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -32,10 +33,17 @@
intersphinx_disabled_domains = ['std']

templates_path = ['_templates']
exclude_patterns = ["_build"]

# -- Options for HTML output

html_theme = 'sphinx_rtd_theme'

# -- Options for EPUB output
epub_show_urls = 'footnote'

source_suffix = ".rst"

master_doc = "index"

todo_include_todos = False

0 comments on commit 92acbdd

Please sign in to comment.