Skip to content

Commit

Permalink
Fix Sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Nov 23, 2024
1 parent c8c7900 commit 2085b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/generate-keycodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
csv_header = """
.. csv-table:: All Terminal class attribute Keyboard codes, by name
:delim: |
:header: "Name", "Value", "Example Sequence(s)"
:header: "Name"| "Value"| "Example Sequence(s)"
"""
fname = os.path.abspath(
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def wrapper(decorator):
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# html_theme_path = []

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down

0 comments on commit 2085b41

Please sign in to comment.