Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Feb 2, 2024
1 parent b6ff8c8 commit f04db6e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@
html_theme = "furo"
html_logo = "images/AiiDA_transparent_logo.png"
html_title = f"aiida-mlip v{release}"
html_theme_options = {}
html_theme_options = {
"source_repository": "https://github.com/stfc/aiida-mlip/",
"source_branch": "main",
"source_directory": "docs/",
}


# Add any paths that contain custom themes here, relative to this directory.
# ~ html_theme_path = ["."]
Expand All @@ -138,14 +143,14 @@

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt = '%b %d, %Y'

# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
# html_sidebars = {}
html_sidebars = {}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand All @@ -164,15 +169,15 @@
html_show_sourcelink = False

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True
html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
# ~ html_show_copyright = False

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.
html_use_opensearch = "https://aiida-mlip.readthedocs.io"
html_use_opensearch = "https://stfc.github.io/aiida-mlip/"

# This is the file name suffix for HTML files (e.g. ".xhtml").
# html_file_suffix = None
Expand Down

0 comments on commit f04db6e

Please sign in to comment.