Skip to content

Commit

Permalink
add to exclude list, comment-out two unused options
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Jul 9, 2024
1 parent 40ec442 commit ae02fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def install(package):
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "requirements-docs.txt"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
Expand All @@ -129,7 +129,7 @@ def install(package):
# 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"]

latex_elements = {
"sphinxsetup": "verbatimwrapslines=true, verbatimforcewraps=true",
Expand All @@ -141,7 +141,7 @@ def install(package):
# Output file base name for HTML help builder.
# htmlhelp_basename = ""

html_logo = "images/amd-header-logo.svg"
# html_logo = "images/amd-header-logo.svg"
html_theme_options = {
"analytics_id": "G-C5DYLCE9ED", # Provided by Google in your dashboard
"analytics_anonymize_ip": False,
Expand Down

0 comments on commit ae02fc4

Please sign in to comment.