Skip to content

Commit

Permalink
Adding better settings for doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Feb 1, 2023
1 parent a2af572 commit 37e3ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version():

intersphinx_mapping = {
'python': ('https://docs.python.org/3.11', None),
'elasticsearch': ('http://elasticsearch-py.readthedocs.io/en/7.0.0', None),
'elasticsearch7': ('http://elasticsearch-py.readthedocs.io/en/7.17.8', None),
}

autoclass_content = "both"
Expand Down Expand Up @@ -156,7 +156,7 @@ def get_version():
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down

0 comments on commit 37e3ddf

Please sign in to comment.