Skip to content

Commit

Permalink
chore: tidy up conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 14, 2023
1 parent 207f947 commit 095bdb4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@

from sortedl1 import __version__

# sys.path.insert(0, os.path.abspath("../.."))


sys.path.insert(0, os.path.abspath("sphinxext"))

from github_link import make_linkcode_resolve

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
# Project information

project = "sortedl1"
copyright = "2023, Johan Larsson, Mathurin Massias, Quentin Klopfenstein, Jonas Wallin, Malgorzata Bogdan, Ewout van den Berg, Chiarai Sabatti, Emmanuel Candes, Evan Patterson, Weijie Su"
Expand Down Expand Up @@ -46,14 +42,17 @@
html_logo = "_static/slope-horizontal.svg"

# Intersphinx

intersphinx_mapping = {
"sklearn": ("https://scikit-learn.org/stable", None),
}

# Myst

myst_enable_extensions = ["colon_fence", "deflist", "fieldlist"]

# Linkcode

linkcode_resolve = make_linkcode_resolve(
"sortedl1",
(
Expand Down

0 comments on commit 095bdb4

Please sign in to comment.