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 57f6d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import functools

# 3rd party
import sphinx_rtd_theme
import sphinx.environment
from docutils.utils import get_source_line

Expand Down Expand Up @@ -155,7 +154,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 57f6d5f

Please sign in to comment.