From 2085b4112422ae7abbb786caee5c9789d8d41513 Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Sat, 23 Nov 2024 17:06:33 -0500 Subject: [PATCH] Fix Sphinx warnings --- bin/generate-keycodes.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/generate-keycodes.py b/bin/generate-keycodes.py index 8270c1d..2a79d50 100644 --- a/bin/generate-keycodes.py +++ b/bin/generate-keycodes.py @@ -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( diff --git a/docs/conf.py b/docs/conf.py index f15bfb7..560e3a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 # " v documentation".