Skip to content

Commit

Permalink
specify js files variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigYanitski committed May 1, 2024
1 parent 719095d commit b5c55b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,10 @@
autosummary_generate = True # Turn on sphinx.ext.autosummary
# autosummary_imported_members = True # Used for function template
autoclass_content = "both" # Add __init__ doc (params) to class summaries
html_show_sourcelink = (
True # Remove 'view source code' from top of page (for html, not python)
)
autodoc_inherit_docstrings = True # Inherit docstring from base class if no docstring
set_type_checking_flag = True # Enable 'extensive' imports for sphinx_autodoc_typehints
nbsphinx_allow_errors = True # Continue through Jupyter errors
add_module_names = False # Remove namespaces from class/method signatures
todo_include_todos = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ["../_templates"]
Expand Down Expand Up @@ -97,8 +93,11 @@ def setup(app):

html_theme = "pydata_sphinx_theme"
html_static_path = ["../_static"]
html_js_files = ["custom-icon.js"]
html_title = "kosmatau3d"
html_last_updated_fmt = "%d %b %Y"
html_show_sourcelink = True
todo_include_todos = True
html_theme_options = {
"switcher": {
"json_url": "https://kosmatau3d.readthedocs.io/en/latest/_static/version_switcher.json",
Expand Down

0 comments on commit b5c55b6

Please sign in to comment.